Changeset - 73efcda34af2
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 10 years ago 2015-06-12 10:03:14
drewp@bigasterisk.com
picamserve port
Ignore-this: 3eccbef256cedb403513ba724d2f4445
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
bin/picamserve
Show inline comments
 
@@ -161,7 +161,7 @@ class Pics(cyclone.web.RequestHandler):
 
log.setLevel(logging.INFO)
 

	
 
with cameraCls() as camera:
 
    port = 8001
 
    port = 8208
 
    reactor.listenTCP(port, cyclone.web.Application(handlers=[
 
        (r'/pic', Pic),
 
        (r'/pics', Pics),
0 comments (0 inline, 0 general)