fix: run unbuffered

This commit is contained in:
Jose Diaz-Gonzalez
2022-12-28 16:42:36 -05:00
parent e01730857c
commit 9f6aade092
2 changed files with 2 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
web: python3 web.py
release: python3 release.py
release: python3 -u release.py