mirror of
https://github.com/Coding-Doctor-Omar/ShopExtract.git
synced 2026-06-22 08:38:20 +02:00
Remove debugging statement from line 468
This commit is contained in:
parent
7c3057e38c
commit
77bb7aa161
1 changed files with 0 additions and 1 deletions
1
main.py
1
main.py
|
|
@ -465,7 +465,6 @@ async def get_scrape_url(store_url: str, session: AsyncSession) -> str:
|
||||||
|
|
||||||
if not products_endpoint:
|
if not products_endpoint:
|
||||||
try:
|
try:
|
||||||
print(base_url + "/" if base_url[-1] != "/" else "")
|
|
||||||
res = await session.get(base_url + "/" if base_url[-1] != "/" else "")
|
res = await session.get(base_url + "/" if base_url[-1] != "/" else "")
|
||||||
|
|
||||||
# Use regex to find the <STORE>.myshopify.com/products.json URL of the Shopify store in case the normal /products.json is blocked.
|
# Use regex to find the <STORE>.myshopify.com/products.json URL of the Shopify store in case the normal /products.json is blocked.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue