Update main.py
This commit is contained in:
parent
c6aee7e671
commit
55c6545b95
|
@ -105,6 +105,7 @@ def main():
|
||||||
return False
|
return False
|
||||||
|
|
||||||
def proxy(self):
|
def proxy(self):
|
||||||
|
self.user = "unknown"
|
||||||
if not deactivate_security and not self._validate_user_and_key():
|
if not deactivate_security and not self._validate_user_and_key():
|
||||||
ASCIIColors.red(f'User is not authorized')
|
ASCIIColors.red(f'User is not authorized')
|
||||||
client_ip, client_port = self.client_address
|
client_ip, client_port = self.client_address
|
||||||
|
|
Loading…
Reference in New Issue