Punctuate pid line.

master
voussoir 2021-01-30 04:34:46 -08:00
parent fdf0823387
commit 6db7fe9a24
No known key found for this signature in database
GPG Key ID: 5F7554F8C26DACCB
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ def ycdl_flask_launch(
if refresh_rate is not None: if refresh_rate is not None:
backend.common.start_refresher_thread(refresh_rate) backend.common.start_refresher_thread(refresh_rate)
message = f'Starting server on port {port}, pid={os.getpid()}' message = f'Starting server on port {port}, pid={os.getpid()}.'
if use_https: if use_https:
message += ' (https)' message += ' (https)'
print(message) print(message)