Closed ItsDrike closed 4 years ago
Closes #43
Passing None to the description of infractions directly breaks infractions saving, since SQLite method of parsing will ignore that completely, instead of passing an empty string for that value. Replacing None with "N/A" will solve this.
None
"N/A"
Closes #43
Passing
None
to the description of infractions directly breaks infractions saving, since SQLite method of parsing will ignore that completely, instead of passing an empty string for that value. ReplacingNone
with"N/A"
will solve this.