1
0
Fork 0
mirror of https://github.com/kemayo/leech synced 2025-12-06 08:22:56 +01:00

Fix spacing

This commit is contained in:
David Lynch 2018-09-29 14:32:38 -05:00
parent b3f4e720d0
commit f17b040f64

View file

@ -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