This commit is contained in:
pancakes 2024-11-25 01:48:16 +10:00
parent 55bbbe5c75
commit 2e61640b60
No known key found for this signature in database
GPG key ID: ED53D426432B861B

View file

@ -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 <fedifeeds-path>; .venv/bin/python3 <username> <config>
*/30 * * * * (cd <fedifeeds-path>; .venv/bin/python3 main.py <username> <config>
```