Updated server/server.py
This commit is contained in:
+1
-1
@@ -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()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user