Skip to content

Commit

Permalink
Merge remote-tracking branch 'rozza-m/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxIT committed Feb 14, 2021
2 parents fba1eb5 + af7a301 commit 9fb4f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/sonoff/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def handle(self, rec: logging.LogRecord) -> None:
# remove uiid, MAC, IP
RE_PRIVATE = re.compile(
r"\b([a-zA-Z0-9_-]{36,}|[A-F0-9:]{17}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|"
r"EWLK-\d{6}-[A-Z]{5})\b")
r"EWLK-\d{6}-[A-Z]{5})\b|(?<=ssid': ')[^']+")
NOTIFY_TEXT = (
'<a href="%s" target="_blank">Open Log<a> | '
'[New Issue on GitHub](https://github.com/AlexxIT/SonoffLAN/issues/new) | '
Expand Down

0 comments on commit 9fb4f7f

Please sign in to comment.