Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ovchynnikov committed Jan 28, 2025
1 parent d2fc693 commit 21cb18c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
load_dotenv()

language = os.getenv("LANGUAGE", "ua").lower() # Default to Ukrainian if not set


# Cache responses from JSON file
@lru_cache(maxsize=1)
def load_responses():
Expand Down

0 comments on commit 21cb18c

Please sign in to comment.