use correct index

This commit is contained in:
itsdeka
2023-02-17 15:16:32 +01:00
parent 5e1017dbc8
commit 7f3b62c6b6

View File

@@ -10,7 +10,7 @@ class WithdrawModel:
METHOD = 2 METHOD = 2
WALLET = 4 WALLET = 4
AMOUNT = 5 AMOUNT = 5
FEE = 7 FEE = 8
class Withdraw: class Withdraw:
""" """