Skip to content

Commit

Permalink
updated variable names to use snake_case
Browse files Browse the repository at this point in the history
  • Loading branch information
untari committed Aug 14, 2024
1 parent 73e7e6e commit 9e7ea2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/venueless/importers/conftool.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ def create_posters_from_conftool(
continue

nonce += 1
downloadUrl, preview_url = mirror_conftool_file(
download_url, preview_url = mirror_conftool_file(
world,
paper.xpath(f"download_final_link_{fileindex}")[0].text,
password,
Expand All @@ -430,7 +430,7 @@ def create_posters_from_conftool(
display_text=paper.xpath(f"original_filename_final_{fileindex}")[0].text
or f"Link {fileindex}",
defaults={
"url": downloadUrl,
"url": download_url,
},
)

Expand Down

0 comments on commit 9e7ea2d

Please sign in to comment.