fmt
All checks were successful
Deploy to core / deploy (push) Successful in 2m0s

This commit is contained in:
2024-02-21 10:27:16 +03:00
parent 4f26812340
commit 7cf702eb98
35 changed files with 1059 additions and 825 deletions

View File

@@ -22,9 +22,9 @@ def start_sentry():
integrations=[
StarletteIntegration(),
AriadneIntegration(),
SqlalchemyIntegration()
]
SqlalchemyIntegration(),
],
)
except Exception as e:
print('[services.sentry] init error')
print("[services.sentry] init error")
print(e)