From f825f935a70bea92ee593ec2e8512a9c180ac003 Mon Sep 17 00:00:00 2001 From: wonipapa Date: Thu, 29 Mar 2018 18:30:55 +0900 Subject: [PATCH] Update epg2xml.py --- epg2xml.py | 1 - 1 file changed, 1 deletion(-) diff --git a/epg2xml.py b/epg2xml.py index cebcc33..b3687ec 100644 --- a/epg2xml.py +++ b/epg2xml.py @@ -439,7 +439,6 @@ def GetEPGFromSKY(ChannelInfo): response = requests.post(url, data=params, headers=ua, timeout=timeout) response.raise_for_status() json_data = response.text - print(json_data) try: data = json.loads(json_data, encoding='utf-8') if (len(data['scheduleListIn']) == 0) :