Skip to content
Snippets Groups Projects
Commit 1c46cd8a authored by Magnus Giesbert's avatar Magnus Giesbert
Browse files

clear up a todo

parent 80897e3f
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ from xmlrpc.client import ServerProxy as Proxy, Error as wikiError ...@@ -7,7 +7,7 @@ from xmlrpc.client import ServerProxy as Proxy, Error as wikiError
# regex to change a links target while keeping its display name # regex to change a links target while keeping its display name
WIKILINKREG = rf"\[\[\s*{{}}\s*\|(.*?)\]\]" WIKILINKREG = rf"\[\[\s*{{}}\s*\|(.*?)\]\]"
proxy = Proxy(config.WIKI_API_URL) # TODO proxy = Proxy(config.WIKI_API_URL) # TODO maybe handle login differently
def get_time(): def get_time():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment