search range increased to 6000
This commit is contained in:
parent
842dbae48f
commit
9afa0f0cdf
2 changed files with 1 additions and 15 deletions
2
upd.py
2
upd.py
|
|
@ -59,7 +59,7 @@ def get_urls(find_url):
|
|||
|
||||
async def main():
|
||||
start_number = 0
|
||||
before_enter = 5500
|
||||
before_enter = 6000
|
||||
|
||||
numbers = start_number
|
||||
find_url = []
|
||||
|
|
|
|||
|
|
@ -1,18 +1,4 @@
|
|||
{
|
||||
"1.2.33.1042": {
|
||||
"fullversion": "1.2.33.1042.g26c92729",
|
||||
"links": {
|
||||
"win": {
|
||||
"x86": "",
|
||||
"x64": "",
|
||||
"arm64": ""
|
||||
},
|
||||
"mac": {
|
||||
"intel": "https://upgrade.scdn.co/upgrade/client/osx-x86_64/spotify-autoupdate-1.2.33.1042.g26c92729-4440.tbz",
|
||||
"arm64": "https://upgrade.scdn.co/upgrade/client/osx-arm64/spotify-autoupdate-1.2.33.1042.g26c92729-4487.tbz"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1.2.33.1039": {
|
||||
"fullversion": "1.2.33.1039.g8ddb5918",
|
||||
"links": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue