buggyrace / buggy-race-server

Race server and supporting material for running a "Buggy Racing" Python programming project
https://www.buggyrace.net
Other
1 stars 0 forks source link

investigate bad header error when uploading new users #221

Open davewhiteland opened 4 months ago

davewhiteland commented 4 months ago

The CSV had username,password header, but the process complained about it ("missing column: password"), but when copied and pasted in as raw text it worked fine. Something wrong with how the CSV file header was parsed.