search up to 5500
This commit is contained in:
parent
3ea6da3258
commit
594d9b4147
1 changed files with 2 additions and 2 deletions
4
upd.py
4
upd.py
|
|
@ -39,7 +39,7 @@ async def send_request(json_data):
|
|||
async def main():
|
||||
|
||||
start_number = 0
|
||||
before_enter = 4500
|
||||
before_enter = 5500
|
||||
|
||||
numbers = start_number
|
||||
find_url = []
|
||||
|
|
@ -95,4 +95,4 @@ async def main():
|
|||
await send_request(req_ver)
|
||||
|
||||
|
||||
asyncio.run(main())
|
||||
asyncio.run(main())
|
||||
|
|
|
|||
Loading…
Reference in a new issue