Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zaivanza committed Jun 29, 2023
1 parent 0ff2d23 commit 24540ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/exchange_withdraw.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def exchange_withdraw(privatekey):
params = params
)
logger.success(f"{cex}_withdraw success => {wallet} | {amount_} {symbol}")
list_send.append(f'{STR_DONE}{cex}_withdraw')
list_send.append(f'{STR_DONE}{cex}_withdraw | {amount_} {symbol}')

except Exception as error:
logger.error(f"{cex}_withdraw unsuccess => {wallet} | error : {error}")
Expand Down

0 comments on commit 24540ef

Please sign in to comment.