randydev commited on
Commit
531432f
·
verified ·
1 Parent(s): 3a61d82

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +0 -1
main.py CHANGED
@@ -301,7 +301,6 @@ async def log_captcha(data: dict):
301
  timestamp = data.get("challenge_ts", "No Timestamp")
302
  log_message = f"✅ CAPTCHA Verified\n🖥 IP: `{user_ip}`\n⏳ Time: `{timestamp}`"
303
  await send_to_telegram(text=log_message)
304
-
305
  return {"status": "logged"}
306
 
307
 
 
301
  timestamp = data.get("challenge_ts", "No Timestamp")
302
  log_message = f"✅ CAPTCHA Verified\n🖥 IP: `{user_ip}`\n⏳ Time: `{timestamp}`"
303
  await send_to_telegram(text=log_message)
 
304
  return {"status": "logged"}
305
 
306