Skip to content

Commit 7aa65c2

Browse files
authored
Merge pull request #47 from seanboyce/dev
Hotfix: Hardcoded french language option during testing
2 parents aeeb336 + 522980b commit 7aa65c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ubiblio/vars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
USE_REDIS = os.environ.get("USE_REDIS", "true").lower() == "true"
99
REDIS_URL = os.environ.get("REDIS_URI", "redis://localhost")
1010

11-
LANGUAGE = os.environ.get("LANGUAGE", "FR")
11+
LANGUAGE = os.environ.get("LANGUAGE", "")
1212

1313
TOKEN_TTL = int(os.environ.get("ACCESS_TOKEN_EXPIRE_MINUTES", "120"))
1414

0 commit comments

Comments
 (0)