mirror of
https://github.com/caronc/apprise.git
synced 2025-06-24 19:51:21 +02:00
OpsGenie: Set title to body if title not set (#688)
This commit is contained in:
parent
1228b3884e
commit
44887e9c1d
@ -382,7 +382,7 @@ class NotifyOpsgenie(NotifyBase):
|
|||||||
has_error = False
|
has_error = False
|
||||||
|
|
||||||
# Use body if title not set
|
# Use body if title not set
|
||||||
title_body = body if not title else body
|
title_body = body if not title else title
|
||||||
|
|
||||||
# Create a copy ouf our details object
|
# Create a copy ouf our details object
|
||||||
details = self.details.copy()
|
details = self.details.copy()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user