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