Closed SeverinJB closed 2 years ago
__check_for_order_updates tries to iterate over order_updates even though order_updates is None.
if order_updates should prevent TypeError
if order_updates
__check_for_order_updates tries to iterate over order_updates even though order_updates is None.