From 674db7d519351bc8ebcc176dd609bd57184ec3f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9mi=20V=C3=A1nyi?= Date: Mon, 30 Sep 2019 14:35:06 +0200 Subject: [PATCH] Updated Offline engines (markdown) --- Offline-engines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Offline-engines.md b/Offline-engines.md index e885c17..c75c32c 100644 --- a/Offline-engines.md +++ b/Offline-engines.md @@ -22,7 +22,7 @@ If an offline engine has to be private, administrators can provide tokens for th #### Programming interface -##### `init()` +##### `init(engine_settings=None)` All offline engines can have their own `init` function to setup the engine before accepting requests. The function gets the settings from `settings.yml` as a parameter. This function can be omitted, if there is no need to setup anything in advance.