We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a3abc commit b94ba81Copy full SHA for b94ba81
IPL Statistics GUI/ipl.py
@@ -88,7 +88,7 @@ def scrape_results():
88
category['values'] = ('Most Runs', 'Most Fours',
89
'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')
90
91
-year['values'] = ('All time', '2020', '2019', '2018', '2017', '2016',
+year['values'] = ('All time','2021', '2020', '2019', '2018', '2017', '2016',
92
'2015', '2014', '2013', '2012', '2011', '2010', '2009', '2008')
93
94
category.grid(column=1, row=5, padx=10)
0 commit comments