Skip to content

Commit aedc89a

Browse files
committed
Fix logging
1 parent 08cab71 commit aedc89a

File tree

3 files changed

+339
-360
lines changed

3 files changed

+339
-360
lines changed

lemmylib/lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def call_api(self, method: LemmyApiMethod, endpoint: str, params: dict = None, h
107107
else:
108108
self._logger.error(f"LemmyLib call_api: "
109109
f"{method} {url}"
110-
f"{response.status_code} {response.text}")
110+
f"{response.status_code}")
111111
return None
112112

113113
def get_base_path(self):

0 commit comments

Comments
 (0)