Skip to content
This repository has been archived by the owner on Jan 30, 2022. It is now read-only.

Commit

Permalink
corrected type
Browse files Browse the repository at this point in the history
  • Loading branch information
P1-Ro committed Feb 17, 2018
1 parent 560fc14 commit 3af3dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def get_ip():

def load_conf():
directory = os.path.split(os.path.realpath(__file__))[0]
with open(os.path.join(directory, "config2.yml"), "r") as stream:
with open(os.path.join(directory, "config.yml"), "r") as stream:
try:
return yaml.safe_load(stream)
except yaml.YAMLError as e:
Expand Down

0 comments on commit 3af3dec

Please sign in to comment.