summaryrefslogtreecommitdiff
path: root/src/wsgi.py
diff options
context:
space:
mode:
authorKristofer Hallin <kristofer@sunet.se>2021-10-18 15:15:09 +0200
committerKristofer Hallin <kristofer@sunet.se>2021-10-18 15:15:09 +0200
commit34a353a539f71b6a87413b58ea483b36f94e3516 (patch)
tree180d52e5d5d9d95c05ea7dd8daca1d1ce44b837a /src/wsgi.py
parente6d38941061f89dda3da940c392e8cef7d8a0b01 (diff)
Remove unused variables.
Diffstat (limited to 'src/wsgi.py')
-rwxr-xr-xsrc/wsgi.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wsgi.py b/src/wsgi.py
index b547ffa..8ab178a 100755
--- a/src/wsgi.py
+++ b/src/wsgi.py
@@ -55,8 +55,6 @@ class EPGet(CollectorResource):
limit = 25
skip = 0
- resp.status = falcon.HTTP_200
- resp.content_type = falcon.MEDIA_JSON
orgs = self.user_auth(req.auth, self._users.read_perms)
if not orgs: