mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-01-30 20:22:40 +01:00
Added comment as a reminder for an obscure parsing bug
This commit is contained in:
parent
e6bb8c557b
commit
cd4f2c2717
1 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,8 @@ def getClass():
|
|||
return Voracity2EficComAdapter
|
||||
|
||||
|
||||
# If there ever appears an unreproducible parsing error, check if the theme is
|
||||
# set to the default theme: "Simple Elegance"
|
||||
class Voracity2EficComAdapter(BaseSiteAdapter):
|
||||
SITE_ABBREVIATION = 'voe'
|
||||
SITE_DOMAIN = 'voracity2.e-fic.com'
|
||||
|
|
|
|||
Loading…
Reference in a new issue