updateHostsFile.py: use a raw string for comment
authorXhmikosR <redacted>
Wed, 3 Apr 2024 05:18:10 +0000 (08:18 +0300)
committerGitHub <redacted>
Wed, 3 Apr 2024 05:18:10 +0000 (08:18 +0300)
commitae8c5b1cbad2cbf69fe93deba3910c87f7e25d04
treea481c41146436633475ed27993b22f7769bca00f
parentbd064ee1ed2e6a2b910c5574a8504f4090560bd6
updateHostsFile.py: use a raw string for comment

This fixes a SyntaxWarning with Python 3.12:

```
 /home/runner/work/hosts/hosts/updateHostsFile.py:1386: SyntaxWarning: invalid escape sequence '\W'
  """
```
updateHostsFile.py
git clone https://git.99rst.org/PROJECT