Implement static config for server info
This commit is contained in:
@@ -30,6 +30,8 @@ if not app_conf.get("nickname"):
|
||||
|
||||
app_conf.set("nickname", generated_nickname)
|
||||
NICKNAME = app_conf.get("nickname")
|
||||
|
||||
print(app_conf)
|
||||
# ----------------------------
|
||||
|
||||
# Dictionary mapping command names (strings) to local client functions
|
||||
|
||||
Reference in New Issue
Block a user