diff --git a/scripts/n2n-httpd b/scripts/n2n-httpd index 00af88c..a875047 100755 --- a/scripts/n2n-httpd +++ b/scripts/n2n-httpd @@ -39,7 +39,7 @@ def import_filename(modulename, filename): try: loader.exec_module(module) - except FileNotFoundError as e: + except FileNotFoundError: print("Script {} not found".format(pathname), file=sys.stderr) sys.exit(1) return module