Lel, forgot to add a `SPOT` venue for `binance`..

nix-qt6-fix
Tyler Goodlet 2024-08-14 18:49:45 -04:00 committed by Nelson Torres
parent 5ec756234a
commit e987d7d7c4
1 changed files with 1 additions and 0 deletions

View File

@ -567,6 +567,7 @@ class Client:
) -> str: ) -> str:
return { return {
'USDTM': 'usdtm_futes', 'USDTM': 'usdtm_futes',
'SPOT': 'spot',
# 'COINM': 'coin_futes', # 'COINM': 'coin_futes',
# ^-TODO-^ bc someone might want it..? # ^-TODO-^ bc someone might want it..?
}[pair.venue] }[pair.venue]