mirror of
https://github.com/pi-hole/FTL.git
synced 2026-06-30 20:35:41 +01:00
45065d711f
This prevents the following warning message:
[...]/tools/macvendor.py:67: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
cols = re.split("\s\s+|\t", line)
Signed-off-by: darkexplosiveqwx <101737077+darkexplosiveqwx@users.noreply.github.com>