update runall script to use the click entrypoint
This commit is contained in:
parent
b1e0ed170b
commit
47347543d2
2 changed files with 10 additions and 7 deletions
|
|
@ -2,7 +2,7 @@ import asyncio
|
|||
import json
|
||||
import pathlib
|
||||
import aiohttp
|
||||
from tqdm import tqdm
|
||||
from tqdm.asyncio import tqdm
|
||||
from data_access import Listing
|
||||
|
||||
# Setting this too high either crashes rightmove or gets us blocked
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue