mirror of
https://github.com/rscmbbng/Border-Check.git
synced 2024-12-28 23:01:34 +01:00
code checkpoint
This commit is contained in:
parent
5f246f6e72
commit
a8815cfe74
@ -12,7 +12,6 @@ from runpy import run_module
|
|||||||
from urlparse import urlparse
|
from urlparse import urlparse
|
||||||
from cgi import parse_qs #, parse_header, parse_multipart
|
from cgi import parse_qs #, parse_header, parse_multipart
|
||||||
import cgi
|
import cgi
|
||||||
import webbrowser
|
|
||||||
|
|
||||||
port = 8080
|
port = 8080
|
||||||
wwwroot = "web/"
|
wwwroot = "web/"
|
||||||
@ -120,10 +119,6 @@ class BorderCheckWebserver():
|
|||||||
print '='*45 + "\n", "Data Visualization:\n" + '='*45 + "\n"
|
print '='*45 + "\n", "Data Visualization:\n" + '='*45 + "\n"
|
||||||
print "Mode: Webserver\n"
|
print "Mode: Webserver\n"
|
||||||
print "Host: http://127.0.0.1:%d/\n\nPath: '%s/web'" % (port, os.getcwd()), "\n"
|
print "Host: http://127.0.0.1:%d/\n\nPath: '%s/web'" % (port, os.getcwd()), "\n"
|
||||||
try:
|
|
||||||
webbrowser.open('http://127.0.0.1:8080', new=1)
|
|
||||||
except:
|
|
||||||
print "Error: Browser is not responding correctly.\n"
|
|
||||||
try:
|
try:
|
||||||
httpd.serve_forever()
|
httpd.serve_forever()
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
|
Loading…
Reference in New Issue
Block a user