This commit is contained in:
dekun
2026-05-22 13:18:14 +08:00
parent 5ccf39022a
commit 83d6b19b5e
4 changed files with 40 additions and 8 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ module.exports = {
name: "binance-altcoin-monitor",
cwd: "/opt/Binance_Altcoin_Monitor",
script: "run.py",
interpreter: "python3",
interpreter: "/opt/Binance_Altcoin_Monitor/.venv/bin/python",
instances: 1,
autorestart: true,
watch: false,