diff --git a/main.py b/main.py index 0e51790..e64d61b 100644 --- a/main.py +++ b/main.py @@ -116,7 +116,7 @@ def remove_exponent(d): steam_order_api.format(item_nameid), proxies=proxies ).json() - if 'highest_buy_order' not in orders_data: + if 'highest_buy_order' not in orders_data or not orders_data['highest_buy_order']: continue highest_buy_order = Decimal(orders_data['highest_buy_order'])