mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-29 13:11:05 +08:00
new command: mbs-manager (Flask command manager)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user