From 6f670602869eb90f0c0fb64bf0119fbf7442cf0a Mon Sep 17 00:00:00 2001 From: RyushiAok <55625375+RyushiAok@users.noreply.github.com> Date: Thu, 2 Nov 2023 20:41:52 +0900 Subject: [PATCH] fix: ml start command --- Makefile.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.toml b/Makefile.toml index 54aae04..fbdbd92 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -57,5 +57,5 @@ args = [ cwd = "ml" script_runner = "@shell" script = ''' -poetry run src/main.py +poetry run python src/main.py '''