diff --git a/couchpotato/api.py b/couchpotato/api.py index 6f9a0f6..20eaa33 100644 --- a/couchpotato/api.py +++ b/couchpotato/api.py @@ -46,6 +46,7 @@ class ApiHandler(RequestHandler): def get(self, route): if not api.get(route): self.write('API call doesn\'t seem to exist') + return kwargs = {} for x in self.request.arguments: