diff --git a/lastfm/event.py b/lastfm/event.py index f74542f..49fd69f 100644 --- a/lastfm/event.py +++ b/lastfm/event.py @@ -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,