MLH-Fellowship / SocioMark

A social media platform that lets you upload images and secures them by embedding a personalised hash.
https://sociomark.netlify.app
MIT License
15 stars 8 forks source link

forced int() to threshold for comparison #143

Closed MyrrhDev closed 3 years ago

MyrrhDev commented 3 years ago

Changed type of threshold number to fix "comparison between int() and str()" error

Resolves #142