whatever
This commit is contained in:
parent
7e038c22d5
commit
2236e9fcc9
54 changed files with 16819 additions and 417 deletions
|
|
@ -7,7 +7,7 @@ from tqdm import tqdm
|
|||
from config import *
|
||||
|
||||
# Template strings
|
||||
HIDDEN_COMMENT = "<!-- This page is auto-generated. Do not edit manually. -->"
|
||||
HIDDEN_COMMENT = "<!-- Import. bitte bis nach der GPN24 nicht editieren -->"
|
||||
CATEGORY_TEMPLATE = "\n".join(
|
||||
"[[Category:{0}]]".format(cat) for cat in WIKI_CATEGORY_LIST
|
||||
)
|
||||
|
|
|
|||
Reference in a new issue