From 204cf6ca921a169a959e3ef76ced939f26f0434e Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 6 Jun 2018 16:54:47 -0400 Subject: [PATCH] Added space in comment --- queue_reddit_links.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queue_reddit_links.py b/queue_reddit_links.py index 16b0aad..16270cf 100644 --- a/queue_reddit_links.py +++ b/queue_reddit_links.py @@ -34,7 +34,7 @@ def handle_subdir_repost(website_id, reddit_obj): subdir_stats = db.get_subdir_stats(website_id, subdir) stats = db.get_website_stats(website_id) comment = bot.get_comment({"Parent directory:": stats, "Subdirectory `/" + subdir + "`:": subdir_stats}, - website_id, "I already scanned a parent directory of this website on" + website_id, "I already scanned a parent directory of this website on " + website.last_modified + " UTC") print(comment) print("Subdir repost!")