summaryrefslogtreecommitdiffstats
path: root/src/ogRest.py
diff options
context:
space:
mode:
authorOpenGnSys Support Team <soporte-og@soleta.eu>2020-03-09 17:24:51 +0100
committerAlvaro Neira Ayuso <aneira@soleta.eu>2020-03-09 18:10:57 +0100
commitd69841ed97e9f9117dab50233555a9bf30af196b (patch)
treeca3cbaa9bbed71e7a4934f74f1b8e472955364a9 /src/ogRest.py
parent5964e48df99af29ee6c655777b88ef4402d92f5d (diff)
rename getURI to get_uri in restRequest
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