mirror of
https://github.com/Lynnesbian/FediBooks/
synced 2024-11-25 08:38:59 +00:00
fixed silly mistake in logging
This commit is contained in:
parent
61f95f654a
commit
996d52d542
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue