randydev commited on
Commit
e1dde85
·
verified ·
1 Parent(s): e1ba038

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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}