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
switch port
master
Andreas Demmelbauer
4 years ago
parent
143385744c
commit
659a97b07e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ir-remote-timer.py
+ 1
- 1
ir-remote-timer.py
View File
@@ -43,7 +43,7 @@ class Simple(resource.Resource):
return html.encode('utf-8')
site = server.Site(Simple())
reactor.listenTCP(80, site)
reactor.listenTCP(80
00
, site)
reactor.startRunning(False)
Write
Preview
Loading…
Cancel
Save