about summary refs log tree commit diff homepage
path: root/utils.jl
diff options
context:
space:
mode:
Diffstat (limited to 'utils.jl')
-rw-r--r--utils.jl2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.jl b/utils.jl
index 3e58dde..d05a254 100644
--- a/utils.jl
+++ b/utils.jl
@@ -21,7 +21,7 @@ function hfun_comment_rss()
   item_template = joinpath(path(:rss), "comment-item.xml")
   open(joinpath(path(:site), rpath), "w") do feed
     write(feed, convert_html(read(head_template, String)))
-    write(feed, read(`python3 formbox.py mbox $(message_id()) $(item_template)`, String))
+    #write(feed, read(`python3 formbox.py mbox $(message_id()) $(item_template)`, String))
     write(feed, "</channel></rss>")
   end
   return joinpath(globvar(:website_url), rpath)