Spaces:
Sleeping
Sleeping
koenverhagen
commited on
Commit
•
6824c75
1
Parent(s):
d3dfc33
Update createlookalike.py
Browse files- createlookalike.py +2 -0
createlookalike.py
CHANGED
@@ -169,6 +169,8 @@ async def push_home(design_dict, im, shop):
|
|
169 |
"Authorization": API_KEY,
|
170 |
"Content-type": "application/json",
|
171 |
}
|
|
|
|
|
172 |
try:
|
173 |
|
174 |
response = requests.post(shop.webhook_url, json=design_dict, headers=headers)
|
|
|
169 |
"Authorization": API_KEY,
|
170 |
"Content-type": "application/json",
|
171 |
}
|
172 |
+
|
173 |
+
print(headers)
|
174 |
try:
|
175 |
|
176 |
response = requests.post(shop.webhook_url, json=design_dict, headers=headers)
|