add batch script for activating venv and running make_reservations script

This commit is contained in:
gregory 2025-09-03 11:20:49 -04:00
parent 98566a2d06
commit e7645cfa3d

View File

@ -0,0 +1,4 @@
@echo off
call .venv\Scripts\activate
python make_reservations.py >> reservations.log 2>&1
exit /B