Files
WGDashboard/src/modules
Truffle 3d966b928f Fix Python 3.11 SyntaxError in AmneziaPeer.py (#1290)
Python 3.11 raises 'f-string expression part cannot include a backslash'
on line 91, where strip('\n') sits inside an f-string {...}. PEP 701
lifted this restriction in 3.12.

Bind the decoded output to a local so the strip call happens outside
the f-string, which also removes the duplicate decode+strip already
performed on the preceding length check.

Closes #1289

Signed-off-by: Truffle <truffleagent@gmail.com>
2026-06-05 18:54:47 +02:00
..
2025-09-13 08:23:54 +08:00
2025-08-20 15:10:55 +08:00
2026-01-15 09:00:20 +01:00
2025-01-19 14:04:21 +08:00
2026-02-07 03:03:35 +01:00
2026-02-07 03:03:35 +01:00
2026-02-07 03:03:35 +01:00
2026-02-26 12:15:52 +01:00
2025-12-01 10:15:59 +08:00