mirror of
https://github.com/caronc/apprise.git
synced 2025-06-24 11:41:31 +02: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:
|
except requests.RequestException as e:
|
||||||
self.logger.warning(
|
self.logger.warning(
|
||||||
'A Connection error occured sending Streamlabs '
|
'A Connection error occurred sending Streamlabs '
|
||||||
'alert.'
|
'alert.'
|
||||||
)
|
)
|
||||||
self.logger.debug('Socket Exception: %s' % str(e))
|
self.logger.debug('Socket Exception: %s' % str(e))
|
||||||
@ -368,7 +368,7 @@ class NotifyStreamlabs(NotifyBase):
|
|||||||
|
|
||||||
except requests.RequestException as e:
|
except requests.RequestException as e:
|
||||||
self.logger.warning(
|
self.logger.warning(
|
||||||
'A Connection error occured sending Streamlabs '
|
'A Connection error occurred sending Streamlabs '
|
||||||
'donation.'
|
'donation.'
|
||||||
)
|
)
|
||||||
self.logger.debug('Socket Exception: %s' % str(e))
|
self.logger.debug('Socket Exception: %s' % str(e))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user