We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e41a3 commit ffac3bbCopy full SHA for ffac3bb
getVideoText.py
@@ -48,6 +48,7 @@ def start():
48
userWhichVideotext = "Welchen Sendetext möchten Sie aufrufen?\n[ Beispiele: ]\n"
49
station = input(userWhichVideotext + tellAvailableStations + "\n...:")
50
#
51
+ # switch to chosen station.
52
if station.lower() in VTextStatus.aliasesErste:
53
VTextStatus.textNews = ARDText(VTextStatus.page)
54
elif station.lower() in VTextStatus.aliasesNdr:
@@ -100,6 +101,9 @@ def browsePage():
100
101
continue
102
if newpage == "":
103
104
+ if newpage == "#":
105
+ VTextStatus.start()
106
+ continue
107
if VTextStatus.hasrun and (newpage == "."):
108
printAndSay("Seite wird neu geladen")
109
VTextStatus.browsePage()
0 commit comments