Fixed non threadsafe code
This commit is contained in:
parent
8095f31772
commit
c2f2c16892
19 changed files with 32 additions and 20 deletions
|
|
@ -5,5 +5,5 @@ url_bases = [
|
|||
]
|
||||
|
||||
url_paths = {
|
||||
'{0}/$': CloudWatchResponse().dispatch,
|
||||
'{0}/$': CloudWatchResponse.dispatch,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue