소스 검색

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: