Update const_functions.py

This commit is contained in:
Djimbo
2023-01-21 20:07:00 +03:00
committed by GitHub
parent 12983e27f1
commit f619cce198
+1 -1
View File
@@ -270,8 +270,8 @@ def format_rate(amount: Union[float, int], around: int = 2) -> str:
save_amount.pop(0)
elif (len(save_amount) - 2) % 3 == 0:
out_amount.extend([save_amount[0], save_amount[1]])
save_amount.pop(0)
save_amount.pop(1)
save_amount.pop(0)
else:
print("Error 4388326")