Skip to content

Commit

Permalink
Revert bug-fix
Browse files Browse the repository at this point in the history
Reverted a bug fix which was previously causing a crash, the bug fix was causing a new crash since the previous issue was no longer relevant.
  • Loading branch information
EternalTrail authored Jul 12, 2021
1 parent 5c662e0 commit 83cd589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NovelParsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def clearNovelCache(self):


def insertSpecialCases(self):
del self.novels['Absolute Resonance']
# del self.novels['Absolute Resonance']
pass
# self.novels["Trash of the Count's Family"] = ["https://www.wuxiaworld.com/novel/trash-of-the-counts-family","https://cdn.wuxiaworld.com/images/covers/tcf.jpg","miraclerifle","TCF"]
# self.novels["The Novel's Extra"] = ["https://www.wuxiaworld.com/novel/the-novels-extra","https://cdn.wuxiaworld.com/images/covers/tne.jpg","FudgeNouget","TNE"]
Expand Down

0 comments on commit 83cd589

Please sign in to comment.