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