Skip to content

Commit ee7a9ba

Browse files
authored
filter for existing services only (#85)
1 parent 99a843a commit ee7a9ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def version_overview() -> List[Dict[str, str]]:
4040
"last_checked": x.last_checked,
4141
}
4242
for x in current_version
43+
if Service.__members__.get(x.service) is not None
4344
]
4445

4546

0 commit comments

Comments
 (0)