|
|
@ -62,7 +62,7 @@ class Admidio: |
|
|
|
self.cursor.execute(sql) |
|
|
|
|
|
|
|
for row in self.cursor.fetchall(): |
|
|
|
self.groups[row[0]] = group.Group(self.db, row[0], row[1], self) |
|
|
|
self.groups[row[0]] = group.Group(row[0], row[1], self) |
|
|
|
|
|
|
|
def initEvents(self): |
|
|
|
"""Initialises all comming events and passed events <3 months""" |
|
|
|