mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 13:20:43 +00:00
Fixed a tiny bug in the Crowdin sync script
This commit is contained in:
parent
2b4f2525d0
commit
f2a73d1b14
@ -9,8 +9,8 @@ import urllib.request
|
|||||||
import zipfile
|
import zipfile
|
||||||
|
|
||||||
# Check Crowdin API Key
|
# Check Crowdin API Key
|
||||||
if len(sys.argv) < 1:
|
if len(sys.argv) < 2:
|
||||||
print('Please Provides Crowdin API Key!')
|
print('Please provide Crowdin API Key!')
|
||||||
exit()
|
exit()
|
||||||
|
|
||||||
api_key = sys.argv[1]
|
api_key = sys.argv[1]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user