mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-02-18 02:11:32 -05:00
Add kwargs to JSONResponse nop catch-all.
This commit is contained in:
@@ -60,7 +60,7 @@ class JsonResponse(object):
|
||||
self._clear()
|
||||
self._errors.add((error, None))
|
||||
|
||||
def __call__(self, *a):
|
||||
def __call__(self, *a, **kw):
|
||||
return self
|
||||
|
||||
def __getattr__(self, key):
|
||||
|
||||
Reference in New Issue
Block a user