1232w
This commit is contained in:
parent
c3beaa02e9
commit
2624def3b8
|
|
@ -135,8 +135,8 @@ def get_order_content(order_id):
|
||||||
return content
|
return content
|
||||||
|
|
||||||
|
|
||||||
content = get_order_content(5379484)
|
# content = get_order_content(5379484)
|
||||||
print(content)
|
# print(content)
|
||||||
|
|
||||||
# orders = get_orders(access_token)
|
# orders = get_orders(access_token)
|
||||||
# print(orders)
|
# print(orders)
|
||||||
|
|
@ -146,7 +146,7 @@ print(content)
|
||||||
# print(order)
|
# print(order)
|
||||||
|
|
||||||
|
|
||||||
# download_prices(partner)
|
download_prices(partner)
|
||||||
# download_products(user_name)
|
download_products(user_name)
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -18,7 +18,8 @@ CREATE TABLE IF NOT EXISTS products (
|
||||||
price TEXT,
|
price TEXT,
|
||||||
price_gg TEXT,
|
price_gg TEXT,
|
||||||
price_sales TEXT,
|
price_sales TEXT,
|
||||||
price_salesgg TEXT
|
price_salesgg TEXT,
|
||||||
|
gg TEXT
|
||||||
)
|
)
|
||||||
""")
|
""")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue