We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b279813 commit 69d6f47Copy full SHA for 69d6f47
Cricket_score.py
@@ -4,7 +4,7 @@
4
5
toaster = ToastNotifier()
6
7
-url = 'http://www.cricbuzz.com/cricket-match/live-scores'
+url = "http://www.cricbuzz.com/cricket-match/live-scores"
8
9
sauce = request.urlopen(url).read()
10
soup = bs.BeautifulSoup(sauce,"lxml")
0 commit comments