diff --git a/README.md b/README.md index 0a44183..e182038 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Simply clone this repository and install the requirements. ### Requirements -- Python 3.8 or later +- Python 3.10 or later - Requirements from `requirements.txt` (install with `pip install -r requirements.txt` in a venv) ### Configuration diff --git a/gptbot.service b/gptbot.service index 40d6cab..52393dc 100644 --- a/gptbot.service +++ b/gptbot.service @@ -7,7 +7,7 @@ Type=simple User=gptbot Group=gptbot WorkingDirectory=/opt/gptbot -ExecStart=/opt/gptbot/venv/bin/python3 -m gptbot +ExecStart=/opt/gptbot/venv/bin/python3 -um gptbot Restart=always RestartSec=10