mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-09 19:13:14 -06:00
fix: return run mode
This commit is contained in:
parent
57ae475e69
commit
17785a6dc5
1 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,7 @@ from typing import (
|
|||
Union,
|
||||
)
|
||||
|
||||
__version__ = "23.8b2"
|
||||
__version__ = "23.8b2-dev"
|
||||
|
||||
|
||||
class Spinner:
|
||||
|
@ -155,6 +155,7 @@ class Env:
|
|||
(f"{a.bold}{a.yellow}{choice}{a.end}" for choice in choices)
|
||||
)
|
||||
)
|
||||
return run_mode
|
||||
|
||||
|
||||
class Cfg:
|
||||
|
|
Loading…
Reference in a new issue