mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-06-02 09:13:39 +08:00
fix(cli): browser install failed
This commit is contained in:
@@ -206,10 +206,10 @@ def update(ctx):
|
||||
cwd=root,
|
||||
)
|
||||
|
||||
# 4. Start service
|
||||
# 4. Start service and follow logs
|
||||
click.echo("")
|
||||
time.sleep(1)
|
||||
ctx.invoke(start, no_logs=True)
|
||||
ctx.invoke(start, no_logs=False)
|
||||
|
||||
|
||||
@click.command()
|
||||
|
||||
Reference in New Issue
Block a user