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

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