# HG changeset patch # User drewp@bigasterisk.com # Date 1434103394 0 # Node ID 73efcda34af26abfa360826bbc657b763cfa0ab4 # Parent 0445c376a1f4b54cc98642d3f0ae840ff7003c1b picamserve port Ignore-this: 3eccbef256cedb403513ba724d2f4445 diff -r 0445c376a1f4 -r 73efcda34af2 bin/picamserve --- a/bin/picamserve Fri Jun 12 09:15:16 2015 +0000 +++ b/bin/picamserve Fri Jun 12 10:03:14 2015 +0000 @@ -161,7 +161,7 @@ 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),