Skip to content

Commit

Permalink
correct function call
Browse files Browse the repository at this point in the history
  • Loading branch information
joofio committed Oct 2, 2024
1 parent 3ffa4ee commit 5b187c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mainv2.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,9 @@ def main():

time.sleep(1)
try:
chek_lenses_foralreadypreprocess_data(PREPROCBUNDLES, PATIENT_IDS, BASE_URL)
chek_lenses_foralreadypreprocess_data(
PREPROCBUNDLES, LENSES, PATIENT_IDS, BASE_URL
)
except Exception as err:
logger.debug(
f"Error on function chek_lenses_foralreadypreprocess_data -> {err}"
Expand Down

0 comments on commit 5b187c0

Please sign in to comment.