Closed tordenflesk closed 3 years ago
Confirmed. Windows does not support the %-d
format for day of month without leading zero.
You can fix this temporarily by changing it to %#d
on line 150 in notify.py. I'll fix this properly in the next release.
Issue resolved in 1.0.8
Windows, Python 3.8.6