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