mirror of
https://github.com/caronc/apprise.git
synced 2024-11-21 23:53:23 +01:00
Update spelling mistake in streamlabs logging (#1160)
occured -> occurred
This commit is contained in:
parent
bca25c9ece
commit
e053484fd1
@ -323,7 +323,7 @@ class NotifyStreamlabs(NotifyBase):
|
||||
|
||||
except requests.RequestException as e:
|
||||
self.logger.warning(
|
||||
'A Connection error occured sending Streamlabs '
|
||||
'A Connection error occurred sending Streamlabs '
|
||||
'alert.'
|
||||
)
|
||||
self.logger.debug('Socket Exception: %s' % str(e))
|
||||
@ -368,7 +368,7 @@ class NotifyStreamlabs(NotifyBase):
|
||||
|
||||
except requests.RequestException as e:
|
||||
self.logger.warning(
|
||||
'A Connection error occured sending Streamlabs '
|
||||
'A Connection error occurred sending Streamlabs '
|
||||
'donation.'
|
||||
)
|
||||
self.logger.debug('Socket Exception: %s' % str(e))
|
||||
|
Loading…
Reference in New Issue
Block a user