mirror of
https://github.com/kemayo/leech
synced 2025-12-06 16:33:16 +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):
|
class QuestionableQuestingIndex(QuestionableQuesting, XenForoIndex):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
@register
|
@register
|
||||||
class AlternateHistory(XenForo):
|
class AlternateHistory(XenForo):
|
||||||
domain = 'www.alternatehistory.com/forum'
|
domain = 'www.alternatehistory.com/forum'
|
||||||
|
|
||||||
|
|
||||||
@register
|
@register
|
||||||
class AlternateHistoryIndex(AlternateHistory, XenForoIndex):
|
class AlternateHistoryIndex(AlternateHistory, XenForoIndex):
|
||||||
pass
|
pass
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue