[biplan] fix bugs
This commit is contained in:
parent
0ff2abb2fd
commit
51ddda4bf9
4 changed files with 19 additions and 6 deletions
|
|
@ -38,6 +38,6 @@ class BiplanCalendarEventConcert(BiplanCalendarEvent):
|
|||
|
||||
|
||||
class BiplanCalendarEventTheatre(BiplanCalendarEvent):
|
||||
def __init__(self, _id):
|
||||
def __init__(self):
|
||||
BiplanCalendarEvent.__init__(self)
|
||||
self.category = CATEGORIES.THEATRE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue