Skip to content

Commit 7707ea9

Browse files
committed
small fix2
1 parent c91a611 commit 7707ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def run(choose, symbol):
113113

114114
if _binance_obj.check_client_build_ok():
115115

116-
_out = _binance_obj.spot_convert_dust2bnb(_symbol)
116+
_out = _binance_obj.account_convert_dust2bnb(_symbol)
117117

118118
if _out[0] == 'OK':
119119
print(f"{chr(10)}------------")

0 commit comments

Comments
 (0)