dracidoupe / graveyard

Open Source reimplementation of https://www.dracidoupe.cz/
https://nove.dracidoupe.cz/
MIT License
6 stars 4 forks source link

fix: Sign up age check #471

Closed jimmeak closed 3 months ago

jimmeak commented 3 months ago

Age checking method has been raising an exception, since there has been an attemp to concatenate string with integer. Fixed by using f string.

Close #419