1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Added script to fix existing database with new rules

This commit is contained in:
Krateng
2018-12-19 23:17:38 +01:00
parent 3591f437ed
commit b361e25503
9 changed files with 56 additions and 13 deletions

View File

@@ -76,7 +76,6 @@ class CleanerAgent:
return [a.strip()]
def parseTitle(self,t):
if t.strip() in self.rules_replacetitle:
return self.rules_replacetitle[t.strip()]