Update app.py
Browse files
app.py
CHANGED
@@ -51,6 +51,7 @@ class Prodia:
|
|
51 |
return response.json()
|
52 |
|
53 |
def _post(self, url, params):
|
|
|
54 |
headers = {
|
55 |
**self.headers,
|
56 |
"Content-Type": "application/json"
|
|
|
51 |
return response.json()
|
52 |
|
53 |
def _post(self, url, params):
|
54 |
+
print(params)
|
55 |
headers = {
|
56 |
**self.headers,
|
57 |
"Content-Type": "application/json"
|