DemocracyClub / WhoCanIVoteFor

🗳 The source for https://whocanivotefor.co.uk/
https://whocanivotefor.co.uk/
40 stars 31 forks source link

fix incorrect var name #2068

Closed chris48s closed 2 weeks ago

chris48s commented 3 weeks ago

Just a little "leave things a bit better than we found them" PR. I got really confused reading this code. This variable holds a response, not a request

coveralls commented 3 weeks ago

Coverage Status

coverage: 58.192%. remained the same when pulling a700e5df418fbc2ee5702975d977b9a03f550cd5 on resp20241025 into 5a889436cc8462c128a70b5a592789d32884754e on master.

symroe commented 3 weeks ago

You will find that I write this everywhere. I should change it, but my default is to do req = requests.get()

chris48s commented 2 weeks ago

ohno