This commit is contained in:
flaskfarm
2022-10-17 16:29:48 +09:00
parent 771f6c1dee
commit 01780695f0
3 changed files with 5 additions and 1 deletions

View File

@@ -213,6 +213,7 @@ class Framework:
from .init_menu import MenuManager
MenuManager.init_menu()
self.logger.info("메뉴 구성 완료")
if self.config['run_flask']:
if self.config.get('port') == None: