From e1a5f78ef7fd76c3520d3073218c26159732927d Mon Sep 17 00:00:00 2001 From: Benjamin Smith Date: Sun, 13 Oct 2024 15:22:04 +0200 Subject: [PATCH] formatting --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index 53048cf..bffcb05 100644 --- a/src/main.py +++ b/src/main.py @@ -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}"