From da8e6a693d51862affa7e96fbda86bcbbd390487 Mon Sep 17 00:00:00 2001 From: alexdraconian <78018187+alexdraconian@users.noreply.github.com> Date: Tue, 2 Feb 2021 09:53:33 +0900 Subject: [PATCH] Update dokuwiki.py --- dokuwiki.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dokuwiki.py b/dokuwiki.py index c12a70d..cf5eeef 100644 --- a/dokuwiki.py +++ b/dokuwiki.py @@ -385,7 +385,7 @@ def __init__(self, dokuwiki): """Get the structured data of a given page.""" self._dokuwiki = dokuwiki - def get_data(self, page, schema, timestamp=0): + def get_data(self, page, schema='', timestamp=0): """Get the structured data of a given page.""" return self._dokuwiki.send('plugin.struct.getData', page, schema, timestamp)