This commit is contained in:
bakatrouble 2019-03-31 23:05:24 +03:00
parent a45a12fb49
commit 1faca03d1f

View File

@ -47,7 +47,6 @@ def execute_feed(feed_pk):
print(f'Saved last ID for "{feed}" = "{feed.last_id}"')
feed.last_check = timezone.now()
feed.save()
bot.stop_bot()
except Exception as e:
sentry_sdk.capture_exception(e)
traceback.print_exc()