File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1166,7 +1166,7 @@ def timeout_handler(signum, frame):
11661166 clear_history_file (filepath , new )
11671167 prompt = Optimizers .code (prompt ) if code else prompt
11681168 prompt = Optimizers .shell_command (prompt ) if shell else prompt
1169- busy_bar .spin_index = busy_bar_index
1169+ busy_bar .spin_index = 0 if quiet else busy_bar_index
11701170 bot .code_theme = code_theme
11711171 bot .color = font_color
11721172 bot .prettify = prettify
@@ -1350,7 +1350,7 @@ def main(*args):
13501350 sys .argv += list (args )
13511351 args = sys .argv
13521352 if len (args ) == 1 :
1353- sys .argv .insert (1 , "interactive" ) # Just a hack to make default command
1353+ sys .argv .insert (1 , "interactive" ) # Just a hack to make default command
13541354 tgpt2_ ()
13551355
13561356
You can’t perform that action at this time.
0 commit comments