Small fixes

This commit is contained in:
Roman Hergenreder 2020-04-02 21:21:07 +02:00
parent d7a5897fc9
commit e8478b2394
2 changed files with 2 additions and 2 deletions

@ -185,7 +185,7 @@ var Core = function() {
};
this.logout = function() {
this.apiCall('logout');
this.apiCall('user/logout');
};
this.getJsonDateTime = function(date) {

@ -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]