mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-22 11:23:55 +02:00
lint: Format changes
This commit is contained in:
@ -107,7 +107,7 @@ def scrape(query: str, download_dir: list[str]) -> None:
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
wait.until(
|
wait.until(
|
||||||
lambda: wait_for_download_condition(download_path, num_files)
|
lambda: wait_for_download_condition(download_path, num_files) # type: ignore
|
||||||
)
|
)
|
||||||
file_name = "".join(e for e in company_name if e.isalnum()) + ".xml"
|
file_name = "".join(e for e in company_name if e.isalnum()) + ".xml"
|
||||||
rename_latest_file(
|
rename_latest_file(
|
||||||
|
Reference in New Issue
Block a user