add batch script for activating venv and running make_reservations script
This commit is contained in:
parent
98566a2d06
commit
e7645cfa3d
4
run_make_reservations.bat
Normal file
4
run_make_reservations.bat
Normal file
@ -0,0 +1,4 @@
|
||||
@echo off
|
||||
call .venv\Scripts\activate
|
||||
python make_reservations.py >> reservations.log 2>&1
|
||||
exit /B
|
||||
Loading…
Reference in New Issue
Block a user