aboutsummaryrefslogtreecommitdiffstats
path: root/run.bat
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2019-09-07 18:19:40 -0700
committerJames Taylor <user234683@users.noreply.github.com>2019-09-07 18:19:40 -0700
commit7b42d26c6112adfbabfa580ac58ad9f119b68cb6 (patch)
tree7ea592554fedacc33ba9be727c04914faab1e8d2 /run.bat
parent3d57e14df7ba5f14a634295caf3b2e60da50bfe2 (diff)
downloadyt-local-7b42d26c6112adfbabfa580ac58ad9f119b68cb6.tar.lz
yt-local-7b42d26c6112adfbabfa580ac58ad9f119b68cb6.tar.xz
yt-local-7b42d26c6112adfbabfa580ac58ad9f119b68cb6.zip
Add automatic release generation system so dependencies will be updated per release
Diffstat (limited to 'run.bat')
-rw-r--r--run.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.bat b/run.bat
index 2eb104d..1a5d479 100644
--- a/run.bat
+++ b/run.bat
@@ -1,4 +1,4 @@
@echo off
-.\python\python.exe .\server.py
+.\python\python.exe -I .\server.py
echo Press any key to quit...
PAUSE > nul