From 4a2e7c6df1cd091480cb5aa71439d0280e7698e3 Mon Sep 17 00:00:00 2001 From: Dennis Potter Date: Sat, 2 Feb 2019 13:08:03 +0100 Subject: [PATCH] Added a missing parameter of the admidio Class --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0b3f3d..56f2926 100644 --- a/README.md +++ b/README.md @@ -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.