mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Merge pull request #12432 from DisasterMo/crowdin_sync
Fixed a tiny bug in the Crowdin sync script
This commit is contained in:
commit
bb04b0b9d3
@ -9,8 +9,8 @@ import urllib.request
|
||||
import zipfile
|
||||
|
||||
# Check Crowdin API Key
|
||||
if len(sys.argv) < 1:
|
||||
print('Please Provides Crowdin API Key!')
|
||||
if len(sys.argv) < 2:
|
||||
print('Please provide Crowdin API Key!')
|
||||
exit()
|
||||
|
||||
api_key = sys.argv[1]
|
||||
|
Loading…
x
Reference in New Issue
Block a user