new data and api

This commit is contained in:
timothyafolami
2024-11-13 00:41:30 +01:00
parent 707b896826
commit d5cdeec299
10 changed files with 1293 additions and 2754 deletions
+5 -1
View File
@@ -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'])