Skip to content

Commit

Permalink
Add debug fallback value
Browse files Browse the repository at this point in the history
  • Loading branch information
c-martinez authored Jul 30, 2019
1 parent 507e61c commit ebdce23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/static.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
'user': '',
'password': '',
'server_name': '',
'local_sparql_dir': ''
'local_sparql_dir': '',
'debug': False
}
config = SafeConfigParser(config_fallbacks)
config.add_section('auth')
Expand Down

0 comments on commit ebdce23

Please sign in to comment.