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

@ -7,5 +7,5 @@ url_bases = [
]
url_paths = {
"{0}/": DynamoHandler().dispatch,
"{0}/": DynamoHandler.dispatch,
}