Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cycz committed Feb 7, 2020
1 parent 2db75be commit 20fc00c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


class Config(object):
def __init__(self, config_file='configMy.ini'):
def __init__(self, config_file='configDemo.ini'):
self._path = os.path.join(os.getcwd(), config_file)
if not os.path.exists(self._path):
raise FileNotFoundError("No such file: config.ini")
Expand Down
File renamed without changes.

0 comments on commit 20fc00c

Please sign in to comment.