Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Commit

Permalink
fix: interpolation in config
Browse files Browse the repository at this point in the history
  • Loading branch information
sibalzer committed Jun 4, 2021
1 parent 5745805 commit 3f5a64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings.py
Expand Up @@ -5,7 +5,7 @@

log = logging.getLogger(__name__)

config = configparser.ConfigParser()
config = configparser.RawConfigParser()
config.read("config.ini")

try:
Expand Down

0 comments on commit 3f5a64e

Please sign in to comment.