From f19b166851a2d722802b10901a12d4d8962f9fb6 Mon Sep 17 00:00:00 2001 From: Sebastian Silva Date: Thu, 13 Oct 2011 02:47:26 +0000 Subject: Set local server default. --- (limited to 'studio/studio.py') 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 -- cgit v0.9.1