pull/98/head v3.3
Aidaho12 2018-11-08 14:53:25 +06:00
parent baf2494732
commit 92b4929497
1 changed files with 4 additions and 1 deletions

View File

@ -40,7 +40,10 @@ def send_cookie(login):
print(c)
sql.write_user_uuid(login, user_uuid)
sql.write_user_token(login, user_token)
funct.logging('locahost', sql.get_user_name_by_uuid(user_uuid)+' log in')
try:
funct.logging('locahost', sql.get_user_name_by_uuid(user_uuid)+' log in')
except:
pass
print("Content-type: text/html\n")
print('ok')
sys.exit()