From f17b040f645098270cd374d40b5f6ea8fe246b29 Mon Sep 17 00:00:00 2001 From: David Lynch Date: Sat, 29 Sep 2018 14:32:38 -0500 Subject: [PATCH] Fix spacing --- sites/xenforo.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sites/xenforo.py b/sites/xenforo.py index 60b760c..749969e 100644 --- a/sites/xenforo.py +++ b/sites/xenforo.py @@ -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