add prints

This commit is contained in:
LaQuay 2019-03-26 00:40:43 +01:00
parent 3909f5aba9
commit a800122524
2 changed files with 4 additions and 0 deletions

View File

@ -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")

View File

@ -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")