Update spelling mistake in streamlabs logging (#1160)

occured -> occurred
This commit is contained in:
Ikko Eltociear Ashimine 2024-07-10 19:11:03 +09:00 committed by GitHub
parent bca25c9ece
commit e053484fd1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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))