Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/studio
diff options
context:
space:
mode:
Diffstat (limited to 'studio')
-rw-r--r--studio/studio.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/studio/studio.py b/studio/studio.py
index 9740b55..586bf2d 100644
--- a/studio/studio.py
+++ b/studio/studio.py
@@ -120,5 +120,5 @@ if __name__=="__main__":
port=5000
import webbrowser
webbrowser.open("http://localhost:%s/" % port)
- #studio.run(port=port) # for local only
- studio.run(host='0.0.0.0', port=port) # open for all
+ studio.run(port=port) # for local only
+ #studio.run(host='0.0.0.0', port=port) # open for all