Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith committed Oct 13, 2024
1 parent 3342edb commit e1a5f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

# TODO(bh2smith): parse config file for most of the following stuff
QUERY_ID = int(os.environ.get("QUERY_ID"))
POLL_FREQUENCY=int(os.environ.get("POLL_FREQUENCY"))
POLL_FREQUENCY = int(os.environ.get("POLL_FREQUENCY"))
QUERY_ENGINE = os.environ.get("QUERY_ENGINE")
TABLE_NAME = f"dune_data_{QUERY_ID}"

Expand Down

0 comments on commit e1a5f78

Please sign in to comment.