Merge pull request #4 from n1ywb/master
add http:// to server info message so it's clickable
This commit is contained in:
commit
67db0bcbf3
|
@ -164,7 +164,7 @@ class Sanic:
|
||||||
log.debug(self.config.LOGO)
|
log.debug(self.config.LOGO)
|
||||||
|
|
||||||
# Serve
|
# Serve
|
||||||
log.info('Goin\' Fast @ {}:{}'.format(host, port))
|
log.info('Goin\' Fast @ http://{}:{}'.format(host, port))
|
||||||
|
|
||||||
try:
|
try:
|
||||||
serve(
|
serve(
|
||||||
|
@ -184,4 +184,4 @@ class Sanic:
|
||||||
"""
|
"""
|
||||||
This kills the Sanic
|
This kills the Sanic
|
||||||
"""
|
"""
|
||||||
asyncio.get_event_loop().stop()
|
asyncio.get_event_loop().stop()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user