Update win launch script

This commit is contained in:
Mashintime 2024-01-13 10:54:17 -05:00
parent 3eb09c5ac0
commit 3713018f25

View file

@ -5,6 +5,6 @@ REM Set environment variable to let modem know where to find config, change if y
set FREEDATA_CONFIG=.\config.ini
REM launch modem
flask --app server run
python server.py
pause