Skip to content

Commit

Permalink
Missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
bored-engineer committed May 31, 2016
1 parent 9f2878f commit ca4eed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/models/initiate_database.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import yaml
try:
with open( '../config.yaml', 'r' ) as f:
settings = yaml.load( f )
settings = yaml.safe_load( f )
except IOError:
print "INITIATEDB: Error reading config.yaml, have you created one? (Hint: Try running ./generate_config.py)"
exit()
Expand Down

0 comments on commit ca4eed8

Please sign in to comment.