Skip to content
Snippets Groups Projects
Commit f9011837 authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

...

parent 4fe53c3c
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ import couchdb
class DB:
def __init__(self, config, app):
# TODO: url-encode the ontent of 'CAL_USR' / 'CAL_PWD'
usr = os.environ.get('CAL_USR')
pwd = os.environ.get('CAL_PWD')
host = config['db']['host']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment