Ignore missing repos

This commit is contained in:
JLP 2026-05-26 20:25:26 -04:00
parent ae139c5f93
commit 9deb7cf35c
Signed by: jleechpe
GPG key ID: 414E00D1FF7519DC
2 changed files with 5 additions and 1 deletions

View file

@ -27,7 +27,9 @@ statuses = {
(1, "./scripts/unread_mail.py"),
],
# 300: [],
3600: [(5, "./scripts/get_publicip.py"), (6, "./scripts/get_weather.py")],
3600: [
(5, "./scripts/get_publicip.py"), # (6, "./scripts/get_weather.py")
],
}

View file

@ -42,3 +42,5 @@ tasks:
desc: Repo Info
spec:
output: table
parallel: true
ignore_non_existing: true