nicksawhney / bernie-sits

A site that went kinda viral that lets you put Bernie Sanders in places
GNU Affero General Public License v3.0
307 stars 50 forks source link

checks location input for empty search/white space #2

Closed aykae closed 3 years ago

aykae commented 3 years ago

An empty search was causing an internal server error, was able to check input before running the API request (which should help with requests/costs). Also made get_image() return None for a non-200 response code.

samarmohan commented 3 years ago

What are the conflicts?

samarmohan commented 3 years ago

Just staying, you should git pull, your forked repo is like 45 commits behind.

aykae commented 3 years ago

closed since part of original fix was fixed in another commit.