Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index 8322998..e6ae9f5 100755
--- a/run.sh
+++ b/run.sh
@@ -1,5 +1,5 @@
#!/bin/sh
export PYTHONPATH=`pwd`/websdk:$PYTHONPATH
-exec python studio/studio.py 5000 &
+exec python app/app.py 5000 &
sleep 2
exec python -c "import webbrowser;webbrowser.open(\"http://localhost:5000\")"