chore: Remove duplicate call to load_dotenv() in alwrity.py

This commit is contained in:
ajaysi
2024-10-06 14:04:00 +05:30
committed by ajaysi (aider)
parent 2ec13af0fc
commit 19c4391fed

View File

@@ -213,7 +213,6 @@ def main():
#load_environment
from dotenv import load_dotenv
load_dotenv()
load_dotenv()
setup_ui()
setup_environment_paths()
sidebar_configuration()