From d653810dcb4db6d749e8e5d773264db40e0e89b5 Mon Sep 17 00:00:00 2001 From: Dmitriy Shishkov Date: Mon, 30 Oct 2023 10:04:09 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61fc5fc..7292d56 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ DB_COLUMNS_MAP[""] = "" docker build . -it lenenergo_parser docker run -d \ [-e REFETCH_PERIOD_H=4] \ # Refetch period - [-e STORE_NULL_BID=True] \ # Store rows with null building_id + [-e STORE_NULL_BID=False] \ # Store rows with null building_id # DB auth variants [-e POSTGRES_USER=lenenergo] \ [-e POSTGRES_PASSWORD=lenenergo] \