mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +01:00
Forgot self.
This commit is contained in:
parent
cc2689ddb8
commit
488fd6dd32
@ -134,7 +134,7 @@ class FunDB(callbacks.Privmsg):
|
||||
def __init__(self):
|
||||
callbacks.Privmsg.__init__(self)
|
||||
self.db = makeDb(dbFilename)
|
||||
cursor = db.cursor()
|
||||
cursor = self.db.cursor()
|
||||
started = int(world.startedAt)
|
||||
cursor.execute("""INSERT INTO uptime VALUES (%s, NULL)""", started)
|
||||
def f():
|
||||
|
Loading…
Reference in New Issue
Block a user