diff --git a/aurweb/rpc.py b/aurweb/rpc.py index 9a7a2028..6160bef7 100644 --- a/aurweb/rpc.py +++ b/aurweb/rpc.py @@ -197,5 +197,4 @@ def RPC(**function_args): returned_data["type"] = "error" returned_data["error"] = "Incorrect request type specified." - return returned_data