Small fixes
This commit is contained in:
parent
d7a5897fc9
commit
e8478b2394
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user