search up to 5500

This commit is contained in:
amd64fox 2023-06-19 17:38:55 +03:00 committed by GitHub
parent 3ea6da3258
commit 594d9b4147
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
upd.py
View file

@ -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())