mirror of
https://github.com/LaQuay/TDTChannels.git
synced 2024-11-22 17:03:24 +01:00
add prints
This commit is contained in:
parent
3909f5aba9
commit
a800122524
2 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,8 @@ page = requests.get('https://raw.githubusercontent.com/LaQuay/TDTChannels/master
|
|||
headers={'Cache-Control': 'no-cache'})
|
||||
content = str(page.text)
|
||||
|
||||
print("Updating RADIO files")
|
||||
|
||||
spain = Country("Spain")
|
||||
andorra = Country("Andorra")
|
||||
international = Country("International")
|
||||
|
|
|
@ -11,6 +11,8 @@ page = requests.get('https://raw.githubusercontent.com/LaQuay/TDTChannels/master
|
|||
headers={'Cache-Control': 'no-cache'})
|
||||
content = str(page.text)
|
||||
|
||||
print("Updating TV files")
|
||||
|
||||
spain = Country("Spain")
|
||||
andorra = Country("Andorra")
|
||||
international = Country("International")
|
||||
|
|
Loading…
Reference in a new issue