fix deprecation

This commit is contained in:
2026-06-12 00:17:15 +03:00
parent 71dacb926e
commit 6b633af95e
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ def approvedStr(approved: bool) -> str:
# consumes SLACK_DOORLOG_CALLBACK and app.ctx.db
@slack_app.listener("after_server_start")
async def slack_log_fwd(app, loop):
async def slack_log_fwd(app):
pipeline = [
{
"$match": {