Template
mirror of
https://github.com/djimboy/djimbo_template_aio3.git
synced 2026-08-29 16:37:44 +00:00
Update const_functions.py
This commit is contained in:
@@ -270,8 +270,8 @@ def format_rate(amount: Union[float, int], around: int = 2) -> str:
|
|||||||
save_amount.pop(0)
|
save_amount.pop(0)
|
||||||
elif (len(save_amount) - 2) % 3 == 0:
|
elif (len(save_amount) - 2) % 3 == 0:
|
||||||
out_amount.extend([save_amount[0], save_amount[1]])
|
out_amount.extend([save_amount[0], save_amount[1]])
|
||||||
save_amount.pop(0)
|
|
||||||
save_amount.pop(1)
|
save_amount.pop(1)
|
||||||
|
save_amount.pop(0)
|
||||||
else:
|
else:
|
||||||
print("Error 4388326")
|
print("Error 4388326")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user