auto-schedule-pro-v2: hotfixing many issues at once to make the module work properly

This commit is contained in:
2023-09-11 22:29:52 +03:00
parent 1381ddb007
commit a22fb2b4b1
3 changed files with 36 additions and 32 deletions
+1 -1
View File
@@ -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