fixed silly mistake in logging

This commit is contained in:
Lynne Megido 2020-03-18 15:05:32 +10:00
parent 61f95f654a
commit 996d52d542
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90

View File

@ -82,7 +82,7 @@ def scrape_posts(account):
)) ))
except: except:
#TODO: error handling #TODO: error handling
print("Failed to insert post {} for user {}".format(handle, post_id)) print("Failed to insert post {} for user {}".format(post_id, handle))
if not done: if not done:
try: try: