Updated server/server.py
This commit is contained in:
parent
6b522f2979
commit
c0be21c0c7
|
|
@ -11,7 +11,7 @@ app.config.OAS = False
|
||||||
# username: message
|
# username: message
|
||||||
actual_messages: list[str] = []
|
actual_messages: list[str] = []
|
||||||
# Users structure is
|
# Users structure is
|
||||||
# Ip, Username: Key
|
# Ip, Username: Public key
|
||||||
users = {}
|
users = {}
|
||||||
key = Fernet.generate_key()
|
key = Fernet.generate_key()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user