浏览代码

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: