diff options
author | neodarz <neodarz@neodarz.net> | 2017-05-04 14:28:08 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2017-05-04 14:28:08 +0200 |
commit | 543f5a726bba88536fc32a1aa9a742d002d2ec0d (patch) | |
tree | 2e6a958a0efc19225415f88228b363c4419f2bc3 /pyblog | |
parent | a6370d63eb198506391662d013cabf0d902b17d7 (diff) | |
download | my_new_personal_website-543f5a726bba88536fc32a1aa9a742d002d2ec0d.tar.xz my_new_personal_website-543f5a726bba88536fc32a1aa9a742d002d2ec0d.zip |
Add some conf file
Diffstat (limited to '')
-rwxr-xr-x | pyblog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1420,7 +1420,7 @@ class HTTPServerProcess(multiprocessing.Process): # pylint: disable=invalid-name HandlerClass = http.server.SimpleHTTPRequestHandler try: - httpd = http.server.HTTPServer(("", 8000), HandlerClass) + httpd = http.server.HTTPServer(("", 8001), HandlerClass) except OSError: httpd = http.server.HTTPServer(("", 0), HandlerClass) _, portnumber = httpd.socket.getsockname() |