This commit is contained in:
parent
976f2683a4
commit
8f1789101c
@ -232,19 +232,6 @@ class PricingService:
|
|||||||
# Convert back to float for dataframe
|
# Convert back to float for dataframe
|
||||||
row['new_price'] = float(new_price)
|
row['new_price'] = float(new_price)
|
||||||
|
|
||||||
logger.debug(f"""
|
|
||||||
card: {row['product_name']}
|
|
||||||
TCGplayer Id: {row['tcgplayer_id']}
|
|
||||||
Algorithm: {ACTIVE_PRICING_ALGORITHIM}
|
|
||||||
TCG Low: {tcg_low}
|
|
||||||
TCG Low Shipping: {tcg_low_shipping}
|
|
||||||
TCG Market Price: {tcg_market_price}
|
|
||||||
Total Quantity: {total_quantity}
|
|
||||||
Added Quantity: {added_quantity}
|
|
||||||
Quantity: {quantity}
|
|
||||||
TCG Compare Price: {tcg_compare_price}
|
|
||||||
New Price: {new_price}
|
|
||||||
""")
|
|
||||||
|
|
||||||
return row
|
return row
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user