mirror of
https://github.com/kemayo/leech
synced 2025-12-06 08:22:56 +01:00
Fix spacing
This commit is contained in:
parent
b3f4e720d0
commit
f17b040f64
1 changed files with 2 additions and 0 deletions
|
|
@ -266,10 +266,12 @@ class QuestionableQuesting(XenForo):
|
|||
class QuestionableQuestingIndex(QuestionableQuesting, XenForoIndex):
|
||||
pass
|
||||
|
||||
|
||||
@register
|
||||
class AlternateHistory(XenForo):
|
||||
domain = 'www.alternatehistory.com/forum'
|
||||
|
||||
|
||||
@register
|
||||
class AlternateHistoryIndex(AlternateHistory, XenForoIndex):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Reference in a new issue