aboutsummaryrefslogtreecommitdiff
path: root/pyblog
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2017-05-04 14:28:08 +0200
committerneodarz <neodarz@neodarz.net>2017-05-04 14:28:08 +0200
commit543f5a726bba88536fc32a1aa9a742d002d2ec0d (patch)
tree2e6a958a0efc19225415f88228b363c4419f2bc3 /pyblog
parenta6370d63eb198506391662d013cabf0d902b17d7 (diff)
downloadmy_new_personal_website-543f5a726bba88536fc32a1aa9a742d002d2ec0d.tar.xz
my_new_personal_website-543f5a726bba88536fc32a1aa9a742d002d2ec0d.zip
Add some conf file
Diffstat (limited to '')
-rwxr-xr-xpyblog2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyblog b/pyblog
index 461a9934..4acaa6b9 100755
--- a/pyblog
+++ b/pyblog
@@ -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()