Skip to content

Commit

Permalink
Update run_main.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
KorryKatti committed Mar 15, 2024
1 parent 1273079 commit d72790d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion run_main.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@echo off
call myenv\Scripts\activate.bat
python -c "import sys; sys.exit(0 if __import__('importlib.util').find_spec('customtkinter') else 1)"
if %errorlevel% equ 0 (
python main.py
Expand Down

0 comments on commit d72790d

Please sign in to comment.