Zhofang commited on
Commit
9b34beb
·
verified ·
1 Parent(s): 63a2951

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ def attack():
76
  else:
77
  requests_per_second[current_time] = 1
78
 
79
- if requests_per_second[current_time] == 1000:
80
  send_telegram_alert(f"High traffic detected! at https://skylinex.eu.org/ {current_time}")
81
 
82
  # Create the response
 
76
  else:
77
  requests_per_second[current_time] = 1
78
 
79
+ if requests_per_second[current_time] == 700:
80
  send_telegram_alert(f"High traffic detected! at https://skylinex.eu.org/ {current_time}")
81
 
82
  # Create the response