Oopsie.
This commit is contained in:
parent
c8782672b1
commit
5f0468c091
1 changed files with 0 additions and 2 deletions
2
run.py
2
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')
|
||||
|
|
Loading…
Add table
Reference in a new issue