Skip to content
Snippets Groups Projects
Commit 96a7f5ea authored by Mark Tearle's avatar Mark Tearle
Browse files

Note ^Q to exit

parent a73de8fa
Branches
No related merge requests found
...@@ -197,7 +197,7 @@ class VirtualCokeApp(npyscreen.StandardApp): ...@@ -197,7 +197,7 @@ class VirtualCokeApp(npyscreen.StandardApp):
def onStart(self): def onStart(self):
# initialise virtual coke machine # initialise virtual coke machine
self.F = self.addForm("MAIN", VirtualCoke, name="Virtual Coke") self.F = self.addForm("MAIN", VirtualCoke, name="Virtual Coke - ^Q to exit")
self.status="" self.status=""
self.info="in onStart" self.info="in onStart"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment