From 5f0468c09158edec0d7f085c8b88b21847dbab6e Mon Sep 17 00:00:00 2001 From: Yuuki Date: Sat, 4 Jan 2025 14:46:40 +0900 Subject: [PATCH] Oopsie. --- run.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/run.py b/run.py index 68389c9..2f087b8 100644 --- a/run.py +++ b/run.py @@ -81,8 +81,6 @@ if not file_exists('data/channels.xml'): else: guide.channels = open('data/channels.xml', mode='r', encoding='UTF-8').read().splitlines() -breakpoint() - for x in range(0, 7): req = Request(request_url()) req.add_header('user-agent', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36')