예제 #1
0
파일: app.py 프로젝트: benjaminch/vyper
def update_config():
    '''Updates Flask's config.'''
    return app.config.update(v.all_settings(uppercase_keys=True))
예제 #2
0
파일: app.py 프로젝트: admiralobvious/vyper
def update_config():
    """Updates Flask's config."""
    return app.config.update(v.all_settings(uppercase_keys=True))