This commit is contained in:
Alex55 2026-03-19 12:08:22 +02:00
parent c3beaa02e9
commit 2624def3b8
2 changed files with 6 additions and 5 deletions

View File

@ -135,8 +135,8 @@ def get_order_content(order_id):
return content
content = get_order_content(5379484)
print(content)
# content = get_order_content(5379484)
# print(content)
# orders = get_orders(access_token)
# print(orders)
@ -146,7 +146,7 @@ print(content)
# print(order)
# download_prices(partner)
# download_products(user_name)
download_prices(partner)
download_products(user_name)

View File

@ -18,7 +18,8 @@ CREATE TABLE IF NOT EXISTS products (
price TEXT,
price_gg TEXT,
price_sales TEXT,
price_salesgg TEXT
price_salesgg TEXT,
gg TEXT
)
""")