Mercurial > code > home > repos > environment
diff environment.py @ 1:0f532eb91364
switch from slow pipenv to fast pdm
author | drewp@bigasterisk.com |
---|---|
date | Thu, 31 Mar 2022 23:49:08 -0700 |
parents | 3c1bc3bc5a6c |
children | e7f33fa31883 |
line wrap: on
line diff
--- a/environment.py Thu Mar 31 22:03:43 2022 -0700 +++ b/environment.py Thu Mar 31 23:49:08 2022 -0700 @@ -102,7 +102,7 @@ cyclone.web.Application.__init__(self, handlers, masterGraph=masterGraph) task.LoopingCall(update, masterGraph).start(1) - reactor.listenTCP(8080, Application()) + reactor.listenTCP(8000, Application()) reactor.run()