mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge pull request #2826 from someone-somenet-org/patch-1
Add "http://" prefix to `pelican --listen` output
This commit is contained in:
commit
f9abcb30e3
1 changed files with 1 additions and 1 deletions
|
|
@ -473,7 +473,7 @@ def listen(server, port, output, excqueue=None):
|
||||||
return
|
return
|
||||||
|
|
||||||
try:
|
try:
|
||||||
print("\nServing site at: {}:{} - Tap CTRL-C to stop".format(
|
print("\nServing site at: http://{}:{} - Tap CTRL-C to stop".format(
|
||||||
server, port))
|
server, port))
|
||||||
httpd.serve_forever()
|
httpd.serve_forever()
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue