Updated server/server.py
This commit is contained in:
parent
50a188d4b8
commit
d61b8c2f3d
|
|
@ -7,6 +7,8 @@ import rsa
|
|||
app = Sanic("app")
|
||||
app.config.OAS = False
|
||||
|
||||
# Message structure is:
|
||||
# username: message
|
||||
actual_messages = []
|
||||
users = {}
|
||||
key = Fernet.generate_key()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user