Skip to content

Commit 6cd3f59

Browse files
committed
Update winners to 48
1 parent cc282b8 commit 6cd3f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

raffle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import random
33
import sys
44
from random import shuffle
5-
totalWinners = 42
5+
totalWinners = 48
66
winlist = []
77
with open(sys.argv[1]) as csvfile:
88
reader = csv.DictReader(csvfile)

0 commit comments

Comments
 (0)