Skip to content

Commit b94ba81

Browse files
committed
2021 support added
1 parent 52a3abc commit b94ba81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IPL Statistics GUI/ipl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def scrape_results():
8888
category['values'] = ('Most Runs', 'Most Fours',
8989
'Most Sixes', 'Most Fifties', 'Most Centuries', 'Highest Scores', 'Most Wickets', 'Most Maidens', 'Most Dot Balls', 'Best Bowling Average', 'Best Bowling Economy', 'Best Bowling Strike Rate')
9090

91-
year['values'] = ('All time', '2020', '2019', '2018', '2017', '2016',
91+
year['values'] = ('All time','2021', '2020', '2019', '2018', '2017', '2016',
9292
'2015', '2014', '2013', '2012', '2011', '2010', '2009', '2008')
9393

9494
category.grid(column=1, row=5, padx=10)

0 commit comments

Comments
 (0)