fix
This commit is contained in:
parent
a45a12fb49
commit
1faca03d1f
@ -47,7 +47,6 @@ def execute_feed(feed_pk):
|
|||||||
print(f'Saved last ID for "{feed}" = "{feed.last_id}"')
|
print(f'Saved last ID for "{feed}" = "{feed.last_id}"')
|
||||||
feed.last_check = timezone.now()
|
feed.last_check = timezone.now()
|
||||||
feed.save()
|
feed.save()
|
||||||
bot.stop_bot()
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
sentry_sdk.capture_exception(e)
|
sentry_sdk.capture_exception(e)
|
||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
|
Loading…
Reference in New Issue
Block a user