forked from rDrama/rDrama
1
0
Fork 0

remove print-debugging for now

master
Aevann 2024-02-10 14:15:45 +02:00
parent 9f510bd4ce
commit a86b02d140
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@ def calc_users():
else:
ddos_threshold = 1000
print(g.loggedout_counter, flush=True)
if SITE == 'rdrama.net' or g.loggedin_counter + g.loggedout_counter > ddos_threshold:
if not get_setting('under_attack'):
set_setting('under_attack', True)