fixed uwsgidecorators spooler arguments

This commit is contained in:
Unbit
2014-10-10 10:49:18 +02:00
parent 0d272cf747
commit 349daee614
+1 -1
View File
@@ -67,7 +67,7 @@ class postfork(object):
class _spoolraw(object):
def __call__(self, *args, **kwargs):
arguments = self.base_dict
arguments = self.base_dict.copy()
if not self.pass_arguments:
if len(args) > 0:
arguments.update(args[0])