update
This commit is contained in:
@@ -46,7 +46,7 @@ class PluginManager:
|
|||||||
try:
|
try:
|
||||||
#plugin_path = F.SystemModelSetting.get('plugin_dev_path')
|
#plugin_path = F.SystemModelSetting.get('plugin_dev_path')
|
||||||
plugin_path = F.config['path_dev']
|
plugin_path = F.config['path_dev']
|
||||||
|
plugin_path_list = []
|
||||||
if type(plugin_path) == type(''):
|
if type(plugin_path) == type(''):
|
||||||
plugin_path_list = [plugin_path]
|
plugin_path_list = [plugin_path]
|
||||||
elif type(plugin_path) == type([]):
|
elif type(plugin_path) == type([]):
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
VERSION="4.0.34"
|
VERSION="4.0.35"
|
||||||
Reference in New Issue
Block a user