mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 08:08:42 +00:00
The presence of a \ in a string will produce an error in python 3.13 Using raw strings in all regexes avoids this.
The presence of a \ in a string will produce an error in python 3.13 Using raw strings in all regexes avoids this.