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