Update main.py
Browse files
main.py
CHANGED
@@ -186,7 +186,7 @@ async def user_send_message(user_id: int = None, api_key: str = None, text_log:
|
|
186 |
user_id,
|
187 |
text=ALERT_WARN.format(
|
188 |
api_key=api_key,
|
189 |
-
text_log
|
190 |
)
|
191 |
)
|
192 |
return {"status": True}
|
|
|
186 |
user_id,
|
187 |
text=ALERT_WARN.format(
|
188 |
api_key=api_key,
|
189 |
+
text_log=text_log
|
190 |
)
|
191 |
)
|
192 |
return {"status": True}
|