From dd2fb11d22b1f03657d4cece932afc3401bb7ee1 Mon Sep 17 00:00:00 2001 From: Th0masR0ss Date: Wed, 13 Nov 2013 18:27:59 -0500 Subject: [PATCH] Fix indentation error with a return instead of commenting it out. --- plugin.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin.py b/plugin.py index efb6f75..96edf50 100644 --- a/plugin.py +++ b/plugin.py @@ -66,9 +66,9 @@ class TriviaTime(callbacks.Plugin): self.storage.makeEditTable() self.storage.makeInfoTable() #triviainfo table check - #if self.storage.isTriviaVersionSet(): - # if self.storage.getVersion() != None & self.storage.getVersion() != self.currentVersion: - #HERE IS WHERE WE UPDATE THE DATABASE. + if self.storage.isTriviaVersionSet(): + if self.storage.getVersion() != None & self.storage.getVersion() != self.currentVersion: + return def doPrivmsg(self, irc, msg): """