mirror of
https://github.com/LaQuay/TDTChannels.git
synced 2024-11-23 01:13:25 +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'})
|
headers={'Cache-Control': 'no-cache'})
|
||||||
content = str(page.text)
|
content = str(page.text)
|
||||||
|
|
||||||
|
print("Updating RADIO files")
|
||||||
|
|
||||||
spain = Country("Spain")
|
spain = Country("Spain")
|
||||||
andorra = Country("Andorra")
|
andorra = Country("Andorra")
|
||||||
international = Country("International")
|
international = Country("International")
|
||||||
|
|
|
@ -11,6 +11,8 @@ page = requests.get('https://raw.githubusercontent.com/LaQuay/TDTChannels/master
|
||||||
headers={'Cache-Control': 'no-cache'})
|
headers={'Cache-Control': 'no-cache'})
|
||||||
content = str(page.text)
|
content = str(page.text)
|
||||||
|
|
||||||
|
print("Updating TV files")
|
||||||
|
|
||||||
spain = Country("Spain")
|
spain = Country("Spain")
|
||||||
andorra = Country("Andorra")
|
andorra = Country("Andorra")
|
||||||
international = Country("International")
|
international = Country("International")
|
||||||
|
|
Loading…
Reference in a new issue