diff --git a/route/__init__.py b/route/__init__.py index 0a1aa6301..bffc16e33 100755 --- a/route/__init__.py +++ b/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)