auto-schedule-pro-v2: hotfixing many issues at once to make the module work properly
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ class ModuleV1:
|
||||
return self.RESPONSE, self.FORMAT
|
||||
except Exception as e:
|
||||
print(f"[ERROR] module v1: module \"{self.path}\" ({self.alias}) raised exception \"{e}\"")
|
||||
print(f"[ERROR] module v1: traceback:\ntraceback.format_exc()")
|
||||
print(f"[ERROR] module v1: traceback:\n{traceback.format_exc()}")
|
||||
return "", None
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user