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