2023 Jan 30, 05:55 PM
(This post was last modified: 2023 Jan 30, 06:28 PM by RandyBryant.)
I think I have fixed it:
in webpages.py around line 137:
def change_values(self):
qdict = web.input()
if "rsn" in qdict and qdict["rsn"] == "1":
stop_stations()
raise web.seeother("/")
if "en" in qdict and qdict["en"] == "":
print(" change values qdict =", qdict)
print(" setting en to 1 why?")
#qdict["en"] = "1" # default
Dan, would you prefer we discuss my questions and changes through the Forum or with private emails?
Also, in home.html, there are a couple of calls to "displayProgram()". I cannot find a function named that nor a JavaScript function.
Where is displayProgram and what does it do?
Randy
in webpages.py around line 137:
def change_values(self):
qdict = web.input()
if "rsn" in qdict and qdict["rsn"] == "1":
stop_stations()
raise web.seeother("/")
if "en" in qdict and qdict["en"] == "":
print(" change values qdict =", qdict)
print(" setting en to 1 why?")
#qdict["en"] = "1" # default
Dan, would you prefer we discuss my questions and changes through the Forum or with private emails?
Also, in home.html, there are a couple of calls to "displayProgram()". I cannot find a function named that nor a JavaScript function.
Where is displayProgram and what does it do?
Randy