koenverhagen commited on
Commit
4f32940
1 Parent(s): 324c978

Update createlookalike.py

Browse files
Files changed (1) hide show
  1. createlookalike.py +1 -1
createlookalike.py CHANGED
@@ -163,7 +163,7 @@ async def push_home(design_dict, shop):
163
  "Content-type": "application/json",
164
  }
165
  try:
166
- url=f"{shop.webhook_url}/fill_recommendations
167
  response = requests.post(url, json=design_dict, headers=headers)
168
  response.raise_for_status()
169
  return True
 
163
  "Content-type": "application/json",
164
  }
165
  try:
166
+ url=f"{shop.webhook_url}/fill_recommendations"
167
  response = requests.post(url, json=design_dict, headers=headers)
168
  response.raise_for_status()
169
  return True