From 996d52d542af2852a7bf211bbb2bd719509b5be0 Mon Sep 17 00:00:00 2001 From: Lynnesbian Date: Wed, 18 Mar 2020 15:05:32 +1000 Subject: [PATCH] fixed silly mistake in logging --- app/scrape.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scrape.py b/app/scrape.py index 6ffbe73..054a556 100755 --- a/app/scrape.py +++ b/app/scrape.py @@ -82,7 +82,7 @@ def scrape_posts(account): )) except: #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: try: