From 2e61640b609a590b6025ffe2c4fd27623cd9f945 Mon Sep 17 00:00:00 2001 From: pancakes Date: Mon, 25 Nov 2024 01:48:16 +1000 Subject: [PATCH] Fix docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e1da30..069f900 100644 --- a/README.md +++ b/README.md @@ -54,5 +54,5 @@ When running it will ignore every entry older than the configured timestamp and Cron example (every 30 minutes): ```crontab -*/30 * * * * (cd ; .venv/bin/python3 +*/30 * * * * (cd ; .venv/bin/python3 main.py ``` \ No newline at end of file