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
394 stars 72 forks source link

Fix uninitialized variables in posting battle result with empty overview data #175

Closed zhxie closed 5 months ago

zhxie commented 5 months ago

When uploading local data with empty overview file, ranked_list and x_list may be left uninitialized, causing the result fails to be uploaded.

frozenpandaman commented 5 months ago

Thanks!