debug vk feed
This commit is contained in:
parent
a88aeb623f
commit
7d82bbc16c
@ -1,3 +1,5 @@
|
||||
import traceback
|
||||
|
||||
import sentry_sdk
|
||||
from django.db import models
|
||||
from djconfig import config
|
||||
@ -54,4 +56,5 @@ class VKFeedModuleConfig(FeedModuleConfig):
|
||||
disable_web_page_preview=True)
|
||||
except Exception as e:
|
||||
sentry_sdk.capture_exception(e)
|
||||
traceback.print_exc()
|
||||
yield post['id']
|
||||
|
Loading…
Reference in New Issue
Block a user