WolfgangFahl / pymediawikidocker

Python controlled mediawiki docker image installation
Apache License 2.0
6 stars 1 forks source link

improve wikiuser handling #42

Closed WolfgangFahl closed 1 year ago

WolfgangFahl commented 1 year ago
# if wikiId is specified create a wikiuser
        if self.wikiId is not None:
            self.wikiUser=self.createWikiUser(store=True)