Update app.py
Browse files
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] ==
|
| 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
|