Add a calendar view Update required python version to 3.10 Correct config and animes flags to -c and -a Change timer tick rate to every 15mins instead of 55mins Update readme Signed-off-by: MK13 <marius@kleberonline.de>
11 lines
153 B
SYSTEMD
11 lines
153 B
SYSTEMD
[Unit]
|
|
Description=Check for and add new anime via anime-rss
|
|
|
|
[Timer]
|
|
OnCalendar=*:0/15
|
|
AccuracySec=1s
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|