mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-14 15:57:27 +00:00
Tree: Format and cleanup start
Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
1
main.py
1
main.py
@@ -526,5 +526,6 @@ def entrypoint():
|
||||
log_level="debug",
|
||||
)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
entrypoint()
|
||||
|
||||
@@ -10,10 +10,11 @@ if exist "%CONDA_PREFIX%" (
|
||||
echo It looks like you're in a conda environment. Skipping venv check.
|
||||
) else (
|
||||
if not exist "venv\" (
|
||||
echo "Venv doesn't exist! Creating one for you."
|
||||
echo Venv doesn't exist! Creating one for you.
|
||||
python -m venv venv
|
||||
call .\venv\Scripts\activate.bat
|
||||
)
|
||||
|
||||
call .\venv\Scripts\activate.bat
|
||||
)
|
||||
|
||||
:: Call the python script with batch args
|
||||
|
||||
Reference in New Issue
Block a user