From 543f5a726bba88536fc32a1aa9a742d002d2ec0d Mon Sep 17 00:00:00 2001
From: neodarz <neodarz@neodarz.net>
Date: Thu, 4 May 2017 14:28:08 +0200
Subject: Add some conf file

---
 pyblog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'pyblog')

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()
-- 
cgit v1.2.1