TG-35 : TU LoginAPI

This commit is contained in:
Clément ARNAUDEAU
2017-01-24 13:28:05 +01:00
parent f5b7026e40
commit 1c275c6501
4 changed files with 68 additions and 10 deletions

View File

@ -67,6 +67,7 @@ class CheckDB(Command):
print("\nSETTINGS content :")
for res in result:
print(res.key + " = " + res.value + " -> " + res.description)
model.getUser(id=1)
manager.add_command('checkdb', CheckDB())