Punctuate pid line.

This commit is contained in:
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

View file

@ -68,7 +68,7 @@ def ycdl_flask_launch(
if refresh_rate is not None:
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:
message += ' (https)'
print(message)