half-typing is not my passion

This commit is contained in:
2025-12-23 01:01:25 +02:00
parent caab5e6ea9
commit 912cd08660
2 changed files with 6 additions and 4 deletions

View File

@@ -7,6 +7,7 @@ import requests
from pymongo.errors import PyMongoError
from requests.exceptions import RequestException
from sanic import Blueprint
from sanic.response import text
slack_app = Blueprint("slack", __name__)
@@ -133,4 +134,4 @@ async def slack_open(request):
}
)
return f"Opening {door}"
return text(f"Opening {door}")