Преглед изворни кода

Add default start and end row

bryan пре 4 дана
родитељ
комит
c8ac3d2f28
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      nba-playoffs-game-updater.py

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

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