ソースを参照

market: show MM opportunities

raylu 3 日 前
コミット
457a71a183
1 ファイル変更0 行追加1 行削除
  1. 0 1
      market.py

+ 0 - 1
market.py

@@ -23,7 +23,6 @@ def main() -> None:
 		return
 
 	check_cxos()
-	return
 
 	markets: dict[str, list[Market]] = collections.defaultdict(list)
 	with concurrent.futures.ThreadPoolExecutor(max_workers=2) as executor: