Update __init__.py

pull/624/head
Mr Chen 7 months ago
parent 4dcf9d9a40
commit f6e245e77d
  1. 2
      route/__init__.py

@ -272,7 +272,7 @@ def webhook():
package = os.getcwd() + "/plugins/webhook"
if not package in sys.path:
sys.path.append(package)
try:
import webhook_index
return webhook_index.runShellArgs(input_args)

Loading…
Cancel
Save