]> git.cworth.org Git - turbot/commit
Convert "make run" to use "flask run" instead of direct python script execution
authorCarl Worth <cworth@cworth.org>
Tue, 29 Sep 2020 15:35:46 +0000 (08:35 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 29 Sep 2020 15:35:46 +0000 (08:35 -0700)
commit1bcc971443fe6298ec1c719dd6b0495433f9a1e9
tree0fb507e76ea7fc9b77c03a528906ad73abe52765
parentfe74596a6ae856672759986387004e21ff7f9482
Convert "make run" to use "flask run" instead of direct python script execution

This will simplify some future work (regarding reorganizing the code into
a package, etc.) so that we don't have to try to simultaneously support
running as both a script and as a module.
Makefile
turbot.py