We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 071cd0d commit 9cfaf72Copy full SHA for 9cfaf72
lib/main.py
@@ -74,7 +74,7 @@ def background_thread_task(task_processors: dict):
74
sleep(5)
75
continue
76
except (NextcloudException, httpx.RequestError, JSONDecodeError) as e:
77
- log(nc, LogLvl.ERROR, "Network error fetching the next task", e)
+ log(nc, LogLvl.ERROR, f"Network error fetching the next task {e}")
78
79
80
0 commit comments