summaryrefslogtreecommitdiffstats
path: root/src/ogRest.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/ogRest.py')
-rw-r--r--src/ogRest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ogRest.py b/src/ogRest.py
index aa3b6e4..9d3fe09 100644
--- a/src/ogRest.py
+++ b/src/ogRest.py
@@ -239,7 +239,7 @@ class ogRest():
def process_request(self, request, client):
method = request.get_method()
- URI = request.getURI()
+ URI = request.get_uri()
if (not "stop" in URI and
not "reboot" in URI and