l2/l2_data_util.py @@ -244,7 +244,7 @@ price = float(val["price"]) money = price * int(val["num"]) if price > 3.0: if money >= 30000: if money >= 29900: return True else: return False