-
Notifications
You must be signed in to change notification settings - Fork 10
Labels
P3 - lowMinor improvement to league experience (small ui glitch, spelling error, etc.)Minor improvement to league experience (small ui glitch, spelling error, etc.)buggood first issue
Description
in this line:
heltour/heltour/tournament/lichessapi.py
Lines 127 to 128 in 91ce688
| if result != 'ok': | |
| logger.error('Error sending mail: %s' % result) |
we check whether the lichess reply is "ok". however, the actual lichess reply for a successful message is not simply "ok", but the json '{"ok": true}'.
this leads to a lot of error messages
Error sending mail: {"ok":true} in our log.Metadata
Metadata
Assignees
Labels
P3 - lowMinor improvement to league experience (small ui glitch, spelling error, etc.)Minor improvement to league experience (small ui glitch, spelling error, etc.)buggood first issue