

--append-verify is taking a couple minutes to finish verifying on resume





























ls would probably be fast too


handle_submission_approve fails when Cøke tries to approve the map of the bot, on my test server that seems to work all the time though, I can't get it to not work there





















logs/bot.log, could you check if the file data/map-testing/check_ddnet exists @murpi ?



>>> print("'\xcd\x8f'")
'Ν'py3>>> print("'\xcd\x8f'")
'Í'how do i get the same empty character in py3?

print(u"'\xcd\x8f'")
