diff --git a/js/script.js b/js/script.js index 2c31c99..4431703 100644 --- a/js/script.js +++ b/js/script.js @@ -185,7 +185,7 @@ var Core = function() { }; this.logout = function() { - this.apiCall('logout'); + this.apiCall('user/logout'); }; this.getJsonDateTime = function(date) { diff --git a/test/README.md b/test/README.md index 7f6122d..c63fb28 100644 --- a/test/README.md +++ b/test/README.md @@ -7,7 +7,7 @@ use an existing database or create a temporary database (recommended). ### Usage -To use this tool, some requirements must be installed. This can be done using: `pip install -r < requirements.txt` +To use this tool, some requirements must be installed. This can be done using: `pip install -r requirements.txt` ``` usage: test.py [-h] [--username USERNAME] [--password PASSWORD] [--host HOST]