Skip to content

Commit

Permalink
blintdb refresh should be in list
Browse files Browse the repository at this point in the history
Signed-off-by: Aryan Rajoria <[email protected]>
  • Loading branch information
aryan-rajoria committed Dec 29, 2024
1 parent df3d058 commit 1a33d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blint/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -1404,5 +1404,5 @@ def __post_init__(self):

BLINTDB_CONTAINER_URL = "ghcr.io/appthreat/blintdb-vcpkg:v0.1"
BLINTDB_REFRESH = os.getenv("BLINTDB_REFRESH", False)
if BLINTDB_REFRESH:
if BLINTDB_REFRESH in ["true", "True", "1"]:
BLINTDB_REFRESH = True

0 comments on commit 1a33d0f

Please sign in to comment.