new command: mbs-manager (Flask command manager)

This commit is contained in:
Filip Valder
2016-12-09 13:31:50 +01:00
parent 2eda23233e
commit e1fcc1f457
2 changed files with 7 additions and 2 deletions

View File

@@ -303,5 +303,9 @@ def runssl(host=conf.host, port=conf.port, debug=False):
debug=debug
)
if __name__ == "__main__":
def manager_wrapper():
manager.run()
if __name__ == "__main__":
manager_wrapper()