Skip to content

Commit

Permalink
config.py: make load_dotenv(override=True) (Significant-Gravitas#2788)
Browse files Browse the repository at this point in the history
  • Loading branch information
coditamar authored Apr 21, 2023
1 parent 4eaec80 commit 6c5d21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogpt/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from autogpt.config.singleton import Singleton

load_dotenv(verbose=True)
load_dotenv(verbose=True, override=True)


class Config(metaclass=Singleton):
Expand Down

0 comments on commit 6c5d21c

Please sign in to comment.