Browse Source

Added a missing parameter of the admidio Class

master
Dennis Potter 5 years ago
parent
commit
4a2e7c6df1
Signed by: d.potter GPG Key ID: 186A8AD440942BAF
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@ -12,7 +12,7 @@ There will be 3 modules available:
```python
import admidio_python_api.admidio as admidio
adm = admidio.Admidio(mysql_host, mysql_user, mysql_password, mysql_database)
adm = admidio.Admidio(mysql_host, mysql_user, mysql_password, mysql_database, db_prefix)
```
It will initialise all groups and users that are in the admidio installation.


Loading…
Cancel
Save