Fixed non threadsafe code

This commit is contained in:
Jeffrey Gelens 2015-03-16 13:13:40 +01:00
commit c2f2c16892
19 changed files with 32 additions and 20 deletions

View file

@ -6,5 +6,5 @@ url_bases = [
]
url_paths = {
'{0}/$': SNSResponse().dispatch,
'{0}/$': SNSResponse.dispatch,
}