소스 검색

Add default start row

bryan 4 일 전
부모
커밋
acdeaf7b63
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      nba-playoffs-game-updater.py

+ 1 - 0
nba-playoffs-game-updater.py

@@ -92,6 +92,7 @@ def setDates(day):
 Determines the number of players in the pool
 """
 def getNumberOfParticipants(all_values):
+    start=3
     count=0
     for row_num, row in enumerate(all_values):
         if row[0] != "" and row_num >= 3 and count == 0: