Skip to content

Commit 7ef5390

Browse files
authored
add help text to close gunicorn
1 parent 282320d commit 7ef5390

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tvwb.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ def print_gui_info():
5959
print(f'To learn more about GUI modes, visit: {gui_modes_url}')
6060

6161
def run_server():
62+
print("Close server with Ctrl+C in terminal.")
6263
run(f'gunicorn --bind {host}:{port} wsgi:app'.split(' '))
6364

6465
# clear gui key if gui is set to open, else generate key

0 commit comments

Comments
 (0)