diff --git a/ecosystem.config.js b/ecosystem.config.js index a01fd7c..c63be50 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -3,7 +3,7 @@ module.exports = { { name: "artemis", script: "/bin/bash", - args: "-c './env/bin/python -m artemis'", + args: "-c './env/bin/python -m artemis.bot'", out_file: "/dev/null", error_file: "/dev/null", log_file: "./artemis.log",