Skip to content

Commit

Permalink
Hot fix for local_variable not assigned.
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckinghamAJ committed Jan 9, 2024
1 parent 6823e00 commit 5356bc5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/fbo_scraper/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ def main(
to_date="yesterday",
options=None,
):
opps_data = None
predict_data = None

try:

dal = setup_db()
Expand Down

0 comments on commit 5356bc5

Please sign in to comment.