mirror of
https://github.com/Lynnesbian/FediBooks/
synced 2025-04-19 10:11:57 +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…
editor.table_modal.header
Reference in a new issue