frozenpandaman / s3s

Successor to splatnet2statink. Takes battle data from the SplatNet 3 app and uploads it to stat.ink!
https://github.com/frozenpandaman/s3s/wiki
GNU General Public License v3.0
403 stars 72 forks source link

Fix: #99 #100

Closed unyacat closed 1 year ago

unyacat commented 1 year ago

Check #99 about this change.

frozenpandaman commented 1 year ago

thank you!

frozenpandaman commented 1 year ago

Oops! Note that this is not valid Python: https://docs.python.org/3/tutorial/errors.html#handling-exceptions

The line should read

except (KeyError, TypeError):

I'll make this change, but just to note for the future!

unyacat commented 1 year ago

Thanks for the correction and note, I'm really sorry.

frozenpandaman commented 1 year ago

@unyacat No problem at all! :D