We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9232ea0 commit 54b80c0Copy full SHA for 54b80c0
dokuwiki.py
@@ -86,7 +86,7 @@ def __init__(self, url, user, password, **kwargs):
86
url = '%s://%s:%s@%s%s/lib/exe/xmlrpc.php' % (
87
params['proto'], user, password, params['host'], params['uri'] or '')
88
except AttributeError:
89
- raise DokuwikiError("invalid url '%s'" % url)
+ raise DokuWikiError("invalid url '%s'" % url)
90
self.proxy = ServerProxy(url, **kwargs)
91
92
# Force login to check the connection.
0 commit comments