forked from rDrama/rDrama
1
0
Fork 0

add flush=true to a print statement

master
Aevann1 2022-09-02 19:43:59 +02:00
parent 03f37e4972
commit 9a32337a22
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ def sign_up_post(v):
if email:
try: send_verification_email(new_user)
except Exception as e: print(e)
except Exception as e: print(e, flush=True)
check_for_alts(new_user.id)