mirror of https://github.com/Aidaho12/haproxy-wi
parent
baf2494732
commit
92b4929497
|
@ -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…
Reference in New Issue