From ac2e6d04a769793b5950780bc8ca1ffbc2e76261 Mon Sep 17 00:00:00 2001 From: heyi1234 <492295375@qq.com> Date: Thu, 16 Nov 2017 16:10:57 +0800 Subject: [PATCH] Update Google_News.py --- Google_News.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()