new data and api
This commit is contained in:
+5
-1
@@ -113,4 +113,8 @@ def get_all_names(product_categories: list):
|
||||
except Exception as exc:
|
||||
logger.error(f"{category} generated an exception: {exc}")
|
||||
|
||||
return all_influencers
|
||||
return all_influencers
|
||||
|
||||
|
||||
test = get_all_names(['Beauty'])
|
||||
print(test['Beauty']['names'])
|
||||
Reference in New Issue
Block a user