Skip to content

Commit ccf6565

Browse files
committed
formatting
1 parent ad8acfe commit ccf6565

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/tvwb.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ def start(
3030
default=5000
3131
)
3232
):
33-
3433
def clear_gui_key():
3534
try:
3635
os.remove('.gui_key')
@@ -54,7 +53,8 @@ def print_gui_info():
5453
else:
5554
print('GUI is set to [CLOSED] - it will be served at the path /?guiKey=<unique_key>')
5655
print(f'\n\tView GUI dashboard here: http://{host}:{port}?guiKey={read_gui_key()}\n')
57-
print('To run the GUI in [OPEN] mode (for development purposes only), run the following command: tvwb start --open-gui')
56+
print(
57+
'To run the GUI in [OPEN] mode (for development purposes only), run the following command: tvwb start --open-gui')
5858
gui_modes_url = 'https://github.com/robswc/tradingview-webhooks-bot/discussions/43'
5959
print(f'To learn more about GUI modes, visit: {gui_modes_url}')
6060

@@ -73,7 +73,6 @@ def run_server():
7373
run_server()
7474

7575

76-
7776
@app.command('action:create')
7877
def create_action(
7978
name: str,

0 commit comments

Comments
 (0)