forked from rDrama/rDrama
1
0
Fork 0

remove leftover print code

master
Aevann 2023-09-26 14:33:49 +03:00
parent 321b744b01
commit 204c756de5
1 changed files with 0 additions and 1 deletions

View File

@ -187,7 +187,6 @@ def connect(v):
if request.referrer not in ALLOWED_REFERRERS:
return '', 400
print('bitch', flush=True)
join_room(request.referrer)
if [v.username, v.id, v.name_color, v.patron] not in online[request.referrer]: