From 07619d0c92bca9d5e87ed02b6b817f0527d267d4 Mon Sep 17 00:00:00 2001 From: Abhinav Sarkar Date: Sat, 3 Jan 2009 11:36:37 +0000 Subject: [PATCH] fixed a missing argument error --- lastfm/event.py | 1 + 1 file changed, 1 insertion(+) 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,