Skip to content

Commit

Permalink
'fetch_done' event should receive a list feeds.
Browse files Browse the repository at this point in the history
  • Loading branch information
passiomatic committed Jun 21, 2014
1 parent eb2d143 commit 144972d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coldsweat/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def command_import(parser, options, args):
fetcher.load_plugins()
trigger_event('fetch_started')
feeds = opml.add_feeds_from_file(args[0], user)
trigger_event('fetch_done', [feeds])
trigger_event('fetch_done', feeds)

print "%d feeds imported and fetched for user %s. See log file for more information." % (len(feeds), username)

Expand Down

0 comments on commit 144972d

Please sign in to comment.