Fix indentation error with a return instead of commenting it out.
This commit is contained in:
parent
78b527440c
commit
dd2fb11d22
|
|
@ -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):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue