Skip to content

Commit

Permalink
modified database ini file path
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgiolaga committed May 28, 2023
1 parent 128fdd7 commit d48a563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/config.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from configparser import ConfigParser

def config(filename='database.ini', section='postgresql'):
def config(filename='db/database.ini', section='postgresql'):
parser = ConfigParser()
parser.read(filename)
db = {}
Expand Down

0 comments on commit d48a563

Please sign in to comment.