fix syntax error in comment

This commit is contained in:
Szucs Krisztian 2017-04-16 18:13:00 +02:00
parent 9eb48c2b0d
commit 5b22d1486a

View File

@ -35,6 +35,6 @@ async def test(request, value):
if __name__ == '__main__': if __name__ == '__main__':
# Distributed cluster should be run somewhere else # Distributed cluster should run somewhere else
with LocalCluster(scheduler_port=8786, processes=False) as cluster: with LocalCluster(scheduler_port=8786, processes=False) as cluster:
app.run(host="0.0.0.0", port=8000) app.run(host="0.0.0.0", port=8000)