Fix indentation error with a return instead of commenting it out.

This commit is contained in:
Th0masR0ss 2013-11-13 18:27:59 -05:00
parent 78b527440c
commit dd2fb11d22
1 changed files with 3 additions and 3 deletions

View File

@ -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):
"""