Skip to content

Commit

Permalink
fix last async occurrence
Browse files Browse the repository at this point in the history
  • Loading branch information
plq committed May 10, 2018
1 parent 8df9173 commit e9b1f3b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion spyne/server/null.py
Expand Up @@ -67,7 +67,7 @@ def __init__(self, app, ostr=False, locale='C', appinit=True):
super(NullServer, self).__init__(app)

self.service = _FunctionProxy(self, self.app, is_async=False)
self.async = _FunctionProxy(self, self.app, is_async=True)
self.is_async = _FunctionProxy(self, self.app, is_async=True)
self.factory = Factory(self.app)
self.ostr = ostr
self.locale = locale
Expand Down

0 comments on commit e9b1f3b

Please sign in to comment.