File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11import asyncio
2+ import os
3+ # allow minimal octobot_commons imports
4+ os .environ ["USE_MINIMAL_LIBS" ] = "true"
25
36import octobot_commons .symbols as symbols
47import octobot_commons .os_util as os_util
1720
1821 # start arbitrage detection
1922 print ("Scanning..." )
20- exchange_name = "binanceus " # allow pickable exchange_id from https://github.com/ccxt/ccxt/wiki/manual#exchanges
23+ exchange_name = "cryptocom " # allow pickable exchange_id from https://github.com/ccxt/ccxt/wiki/manual#exchanges
2124
2225 best_opportunities , best_profit = asyncio .run (detector .run_detection (exchange_name ))
2326
Original file line number Diff line number Diff line change 11ccxt
2- networkx [default ]
2+ networkx [default ]>= 3.4 , < 3.5
33
44OctoBot-Commons >= 1.9 , < 1.10
You can’t perform that action at this time.
0 commit comments