Skip to content

Commit

Permalink
Merge pull request #990 from tk422/master
Browse files Browse the repository at this point in the history
Fix missing line from #987
  • Loading branch information
HenriWahl authored Nov 30, 2023
2 parents 399d485 + 7ff29c0 commit 424584e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nagstamon/Servers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def create_server(server=None):
new_server.map_to_unknown = server.map_to_unknown
new_server.map_to_warning = server.map_to_warning
new_server.map_to_critical = server.map_to_critical

new_server.map_to_down = server.map_to_down

# server's individual preparations for HTTP connections (for example cookie creation)
# is done in GetStatus() method of monitor
Expand Down

0 comments on commit 424584e

Please sign in to comment.