瀏覽代碼

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: