Closed cdhit closed 7 years ago
Same here :/
That line only triggers when the script is done, so you have not lost any data.
Looking at a fix.
Hey @minimaxir , I've fix it by myself too. Just go to line 167 of get_fb_posts_fb_page.py and change this code:
print("\nDone!\n{} Statuses Processed in {}".format(
(num_processed, datetime.datetime.now() - scrape_starttime)))
For this one:
print("\nDone!\n{} Statuses Processed in {}".format(
num_processed, (datetime.datetime.now() - scrape_starttime)))
Hope this helps you :)
...well I feel silly. Should have caught that during testing.
Thanks for the fix! I think you can close this issue now.
17200 Statuses Processed: 2017-05-19 21:59:50.230000