コード例 #1
0
ファイル: __init__.py プロジェクト: Fivebread/streetsign
def end_of_request(exception): # pylint: disable=unused-argument
    ''' close the database '''
    DB.close()
コード例 #2
0
ファイル: __init__.py プロジェクト: rcompaore/streetsign
def end_of_request(exception):  # pylint: disable=unused-argument
    ''' close the database '''
    DB.close()