fix syntax error in comment
This commit is contained in:
parent
9eb48c2b0d
commit
5b22d1486a
|
@ -35,6 +35,6 @@ async def test(request, value):
|
|||
|
||||
|
||||
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:
|
||||
app.run(host="0.0.0.0", port=8000)
|
||||
|
|
Loading…
Reference in New Issue
Block a user