mirror of
https://github.com/simon987/od-database.git
synced 2025-04-18 18:06:44 +00:00
Added space in comment
This commit is contained in:
parent
4b1fce309c
commit
204cf6ca92
@ -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!")
|
||||
|
Loading…
x
Reference in New Issue
Block a user