소스 검색

Declare proxies

bryan 1 년 전
부모
커밋
c636cfe0f8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      nba_playoffs_game_updater.py

+ 1 - 1
nba_playoffs_game_updater.py

@@ -51,7 +51,7 @@ STATS_HEADERS = {
 proxy_url="https://raw.githubusercontent.com/TheSpeedX/PROXY-List/master/http.txt"
 
 # Manual list of proxies
-# proxies = []
+proxies = []
 
 
 ###############################################################################