|
@@ -255,7 +255,7 @@ async def verify(msg_signature: str, timestamp: str, nonce: str, echostr: str):
|
|
-async def recv(msg_signature: str, timestamp: str, nonce: str, request: Request, background_tasks: BackgroundTasks):
|
|
+async def recv(msg_signature: str, timestamp: str, nonce: str, request: Request):
|