moved config to a json, which makes adding more variables easier, but perhaps otherwise adds complexity
This commit is contained in:
@@ -25,6 +25,7 @@ if cmd == "password":
|
||||
print(password.hash(pwd))
|
||||
elif cmd == "version":
|
||||
from version import VERSION
|
||||
|
||||
print(VERSION)
|
||||
else:
|
||||
print("unknown command ", cmd)
|
||||
|
||||
Reference in New Issue
Block a user