diff --git a/Google_News.py b/Google_News.py index e951ce9a0e4..f777eb9185c 100644 --- a/Google_News.py +++ b/Google_News.py @@ -7,7 +7,7 @@ def news(): my_url="https://news.google.com/news/rss?ned=in&hl=en-IN" #To open the Given URL Client=urlopen(my_url) - +fsdfsdfsdfsdfsdf xml_page=Client.read() Client.close()