File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ def start(
30
30
default = 5000
31
31
)
32
32
):
33
-
34
33
def clear_gui_key ():
35
34
try :
36
35
os .remove ('.gui_key' )
@@ -54,7 +53,8 @@ def print_gui_info():
54
53
else :
55
54
print ('GUI is set to [CLOSED] - it will be served at the path /?guiKey=<unique_key>' )
56
55
print (f'\n \t View 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' )
58
58
gui_modes_url = 'https://github.com/robswc/tradingview-webhooks-bot/discussions/43'
59
59
print (f'To learn more about GUI modes, visit: { gui_modes_url } ' )
60
60
@@ -73,7 +73,6 @@ def run_server():
73
73
run_server ()
74
74
75
75
76
-
77
76
@app .command ('action:create' )
78
77
def create_action (
79
78
name : str ,
You can’t perform that action at this time.
0 commit comments