Browse Source

correcting scale

serinko 4 năm trước cách đây
mục cha
commit
a4102aea8a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      spl_csv_search.py

+ 1 - 1
spl_csv_search.py

@@ -53,7 +53,7 @@ def get_info():
 
 
 
-def display_csv_txs_usdt(min=100000,max=1000000):
+def display_csv_txs_usdt(min=1000000,max=10000000):
     """Prints all tx's within the range of entered amount"""