This commit is contained in:
flaskfarm
2022-10-26 03:34:45 +09:00
parent abfe8d1c3d
commit f0d06f0070
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ class PluginManager:
try:
#plugin_path = F.SystemModelSetting.get('plugin_dev_path')
plugin_path = F.config['path_dev']
plugin_path_list = []
if type(plugin_path) == type(''):
plugin_path_list = [plugin_path]
elif type(plugin_path) == type([]):