Updated server/server.py

This commit is contained in:
mirai 2022-12-01 10:39:42 +03:00
parent 6b522f2979
commit c0be21c0c7

View File

@ -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()