Skip to content

Commit e40cf15

Browse files
committed
Fix: remove payload from the GET jobs/token request
1 parent 0e522c6 commit e40cf15

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ravenpackapi/models/job.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ def get_status(self):
5252
token = self.token
5353
response = self.api.request(
5454
endpoint="/jobs/%s" % token,
55-
json={
56-
"token": token,
57-
},
5855
)
5956
json = response.json()
6057
self._data.update(json)

0 commit comments

Comments
 (0)