fix docstring

This commit is contained in:
eli 2023-12-11 11:40:03 +09:00 committed by GitHub
parent 5e7d854bbf
commit a1ee8aafe3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ SPLATNET3_URL = "https://api.lp1.av5ja.srv.nintendo.net"
session = requests.Session()
def get_nsoapp_version():
'''Fetches the current Nintendo Switch Online app version from f token genaration provider or the Apple App Store and sets it globally.'''
'''Fetches the current Nintendo Switch Online app version from f API or the Apple App Store and sets it globally.'''
if USE_OLD_NSOAPP_VER:
return NSOAPP_VER_FALLBACK