Przeglądaj źródła

market: show MM opportunities

raylu 3 dni temu
rodzic
commit
457a71a183
1 zmienionych plików z 0 dodań i 1 usunięć
  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: