Skip to content

Commit 57a3909

Browse files
author
BD103
committed
fix: fix collect function
1 parent 77e6560 commit 57a3909

File tree

2 files changed

+73
-71
lines changed

2 files changed

+73
-71
lines changed

poetry.lock

Lines changed: 72 additions & 70 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

replapi_it/classes/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ def collect_raw(self):
4848
return req.text
4949

5050
def collect(self):
51-
return json.loads(self.collect_json())
51+
return json.loads(self.collect_raw())

0 commit comments

Comments
 (0)