Skip to content

Commit

Permalink
should show netloc now
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Sep 27, 2024
1 parent 63cfded commit 7aaeea1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions wikibot3rd/wikibot.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ def ofWikiId(wikiId, lenient:bool=True, debug:bool=False):

@staticmethod
def ofWikiUser(wikiUser,debug:bool=False):
wikibot = WikiBot(wikiUser)
wikibot.debug=debug
wikibot = WikiBot(wikiUser,debug=debug)
return wikibot

def __init__(
Expand Down

0 comments on commit 7aaeea1

Please sign in to comment.