Skip to content

Commit

Permalink
Speed guess for Illumos
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobranco777 committed Jun 9, 2024
1 parent ede01e3 commit 6aed739
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/guess.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def guess_service(server: str) -> Any:
"progress.opensuse.org": MyRedmine,
"src.opensuse.org": MyGitea,
"src.suse.de": MyGitea,
"www.illumos.org": MyRedmine,
}
for hostname, cls in servers.items():
if hostname == server:
Expand Down

0 comments on commit 6aed739

Please sign in to comment.