# HG changeset patch # User drewp@bigasterisk.com # Date 2015-06-12 10:03:14 # Node ID 73efcda34af26abfa360826bbc657b763cfa0ab4 # Parent 0445c376a1f4b54cc98642d3f0ae840ff7003c1b picamserve port Ignore-this: 3eccbef256cedb403513ba724d2f4445 diff --git a/bin/picamserve b/bin/picamserve --- a/bin/picamserve +++ b/bin/picamserve @@ -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),