forked from k-space/doorboy-proxy
fix deprecation
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user