Closed this issue 9 months ago ยท 1 comments
Try replacing the first lines in gas() function with gas = gases.get(gas, "")
gas = gases.get(gas, "")
Shorter code and don't have to catch KeyErrors
I'm going to say these are all done