fixed issue 1144, start webservert at 0.0.0.0

This commit is contained in:
mdipierro
2012-11-08 16:19:44 -06:00
parent 1abc31895e
commit 23165d9382
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.2.1 (2012-11-08 11:29:42) stable
Version 2.2.1 (2012-11-08 16:19:37) stable
+1
View File
@@ -104,6 +104,7 @@ def try_start_browser(url):
try:
import webbrowser
url = url.replace('0.0.0.0','127.0.0.1')
webbrowser.open(url)
except:
print 'warning: unable to detect your browser'