Skip to content

Commit

Permalink
solve get categories metod
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Oct 18, 2023
1 parent f59175f commit 0b3c3c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compress/compress.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def get_categories(self):
headers={
"Content-Type": "application/json",
},
body = json.dumps(({
body = json.dumps({
"api_key": self.api_key,
"client_id": self.client_id,
})
Expand Down

0 comments on commit 0b3c3c5

Please sign in to comment.