mirror of
https://github.com/frozenpandaman/s3s.git
synced 2026-04-22 17:07:55 -05:00
fix docstring
This commit is contained in:
parent
5e7d854bbf
commit
a1ee8aafe3
2
iksm.py
2
iksm.py
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user