mirror of
https://github.com/Findus23/RadioStats.git
synced 2024-09-09 04:23:47 +02:00
remove debug line
This commit is contained in:
parent
1d59813d99
commit
925b7ab81e
1 changed files with 0 additions and 1 deletions
1
fetch.py
1
fetch.py
|
@ -49,7 +49,6 @@ def add_entry(time, artist, title):
|
|||
|
||||
for channel in Channel.select():
|
||||
if channel.has_data:
|
||||
if channel.shortname != "886": continue
|
||||
if channel.shortname == "kht":
|
||||
pars = KroneHitFetcher()
|
||||
elif channel.shortname == "886":
|
||||
|
|
Loading…
Reference in a new issue