From 318d40be1796b91f0df2946598585717467912ee Mon Sep 17 00:00:00 2001 From: bozokopic Date: Thu, 12 Apr 2018 15:57:53 +0200 Subject: Profile update --- Procfile | 2 +- playground/server/run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Procfile b/Procfile index 28fe25a..08d3287 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: cd dist && python -m opcut.main --ui-addr http://0.0.0.0:$PORT +web: cd dist && python -m opcut.main server --ui-addr http://0.0.0.0:$PORT diff --git a/playground/server/run.sh b/playground/server/run.sh index 0f4984a..f4635b2 100644 --- a/playground/server/run.sh +++ b/playground/server/run.sh @@ -1,4 +1,4 @@ #!/bin/bash export PYTHONPATH=../../src_py -python -m opcut.main --ui-path ../../build/jsopcut +python -m opcut.main server --ui-path ../../build/jsopcut -- cgit v1.2.3-70-g09d2