Fix invalid escape sequence warnings in update.py #30

Closed
opened 2026-08-17 16:57:02 -04:00 by mysticalsoap · 0 comments
Owner

SyntaxWarning: invalid escape sequence "\d" at update.py:474, 972
and 1012 -- the same IP regex passed as a plain rather than raw string.

latency.py:48 already uses a raw string and is silent; bring these three into
line. Harmless today, an error in a future Python.

`SyntaxWarning: invalid escape sequence "\d"` at `update.py:474`, `972` and `1012` -- the same IP regex passed as a plain rather than raw string. `latency.py:48` already uses a raw string and is silent; bring these three into line. Harmless today, an error in a future Python.
Sign in to join this conversation.
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
mysticalsoap/aqomui#30
No description provided.