mirror of https://git.48k.eu/ogcli/
Compare commits
No commits in common. "master" and "v0.3.3-15" have entirely different histories.
|
@ -74,7 +74,7 @@ class OgREST():
|
|||
print(f"An error occurred while contacting ogserver: {e}")
|
||||
return None
|
||||
|
||||
def get(self, path, payload=None):
|
||||
def get(self, path, payload, payload=None):
|
||||
return self._request('GET', path, payload, expected_status={200})
|
||||
|
||||
def post(self, path, payload):
|
||||
|
|
Loading…
Reference in New Issue