Skip to content

Commit

Permalink
Change the default port to 8001
Browse files Browse the repository at this point in the history
  • Loading branch information
jiri-janousek committed Apr 14, 2019
1 parent e1388fa commit f9296ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fxwebgen/server.py
Expand Up @@ -4,7 +4,7 @@
from http.server import SimpleHTTPRequestHandler, HTTPServer
from typing import Optional

DEFAULT_PORT = 8000
DEFAULT_PORT = 8001
DEFAULT_HOST = '127.0.0.1'


Expand Down

0 comments on commit f9296ff

Please sign in to comment.