Skip to content

Commit 69d6f47

Browse files
authored
Just added double quote
For testing purpose. Thanks
1 parent b279813 commit 69d6f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cricket_score.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
toaster = ToastNotifier()
66

7-
url = 'http://www.cricbuzz.com/cricket-match/live-scores'
7+
url = "http://www.cricbuzz.com/cricket-match/live-scores"
88

99
sauce = request.urlopen(url).read()
1010
soup = bs.BeautifulSoup(sauce,"lxml")

0 commit comments

Comments
 (0)