summaryrefslogtreecommitdiffstats
path: root/cli/cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'cli/cli.py')
-rw-r--r--cli/cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/cli.py b/cli/cli.py
index 0aaf885..cd40d09 100644
--- a/cli/cli.py
+++ b/cli/cli.py
@@ -74,7 +74,7 @@ class OgREST():
print(f"An error occurred while contacting ogserver: {e}")
return None
- def get(self, path, payload, payload=None):
+ def get(self, path, payload=None):
return self._request('GET', path, payload, expected_status={200})
def post(self, path, payload):