Update plugins_api.py
This commit is contained in:
parent
eb26984011
commit
b9be34fad7
|
|
@ -783,7 +783,7 @@ class plugins_api:
|
|||
eval_str = "__import__('" + script + "')." + func + '(' + args + ')'
|
||||
newRet = eval(eval_str)
|
||||
if public.isAppleSystem():
|
||||
print 'callback', eval_str, newRet
|
||||
print 'callback', eval_str
|
||||
|
||||
return (True, newRet)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue