fixed a missing argument error

master
Abhinav Sarkar 2009-01-03 11:36:37 +00:00
parent 3aeb79ebf1
commit 07619d0c92
1 changed files with 1 additions and 0 deletions

View File

@ -156,6 +156,7 @@ class Event(LastfmBase, Cacheable, Sharable, Shoutable):
artists = [Artist(api, name = a.text) for a in data.findall('artists/artist')],
headliner = Artist(api, name = data.findtext('artists/headliner')),
venue = Venue(
api,
name = data.findtext('venue/name'),
location = Location(
api,