Skip to content

Commit

Permalink
Just added double quote
Browse files Browse the repository at this point in the history
For testing purpose. Thanks
  • Loading branch information
Soumya44 authored Mar 15, 2018
1 parent b279813 commit 69d6f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cricket_score.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

toaster = ToastNotifier()

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

sauce = request.urlopen(url).read()
soup = bs.BeautifulSoup(sauce,"lxml")
Expand Down

0 comments on commit 69d6f47

Please sign in to comment.