fixed issue 1144, start webservert at 0.0.0.0
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.2.1 (2012-11-08 11:29:42) stable
|
||||
Version 2.2.1 (2012-11-08 16:19:37) stable
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user