aboutsummaryrefslogtreecommitdiffstats
path: root/checker/local.sh
diff options
context:
space:
mode:
Diffstat (limited to 'checker/local.sh')
-rw-r--r--checker/local.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/checker/local.sh b/checker/local.sh
index 81a6312..713bea0 100644
--- a/checker/local.sh
+++ b/checker/local.sh
@@ -11,4 +11,4 @@ export MONGO_PORT=27017
export MONGO_USER=stldoctor_checker
export MONGO_PASSWORD=stldoctor_checker
-python3 src/checker.py $@
+python3 -u src/checker.py $@