This website works better with JavaScript.
Home
Explore
Help
Sign In
redplanet
/
ir-remote-timer
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Activity
Browse Source
prepath
master
Andreas Demmelbauer
4 years ago
parent
659a97b07e
commit
e36da2c313
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
ir-remote-timer.py
+ 1
- 0
ir-remote-timer.py
View File
@@ -29,6 +29,7 @@ def turnAllProjectorsOff():
class Simple(resource.Resource):
isLeaf = True
def render_GET(self, request):
print(request.prepath)
statustext = ""
if request.prepath == "on":
statustext = "turn all projectors on ..."
Write
Preview
Loading…
Cancel
Save