Browse Source

v3.3

pull/98/head v3.3
Aidaho12 6 years ago
parent
commit
92b4929497
  1. 5
      app/login.py

5
app/login.py

@ -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()

Loading…
Cancel
Save