Skip to content

Commit

Permalink
修复项目控制器对WS的支持
Browse files Browse the repository at this point in the history
  • Loading branch information
showpy committed Apr 14, 2022
1 parent 7dd1380 commit a3d3d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class/panelProjectController.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def model(self,args):
else:
pdata = args.data
else:
pdata = public.dict_obj()
pdata = args

# 前置HOOK
hook_index = '{}_{}_LAST'.format(mod_name.upper(),def_name.upper())
Expand Down

0 comments on commit a3d3d73

Please sign in to comment.