beanboi7 / yomomma-apiv2

REST-API using FastAPI for Python that gives a 'yo momma' joke
https://yomomma-api.herokuapp.com/
MIT License
71 stars 15 forks source link

A few minor changes #6

Closed pranjalkole closed 3 years ago

pranjalkole commented 3 years ago

Replaced import of random with just import of random.choice Replaced import of json with just import of json.load Removed the parameter for home function since it served no purpose (afaik) Replaced the length variable with len function since it is O(1) in Python Check the entirety of joke in search_joke function

beanboi7 commented 3 years ago

Thanks for contributing :)