Skip to content

Commit

Permalink
core: Fix removal of unlabeled torrent not being reflected in counts
Browse files Browse the repository at this point in the history
  • Loading branch information
ratanakvlun committed May 19, 2014
1 parent 94b9875 commit f685135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labelplus/core/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ def on_torrent_removed(self, torrent_id):
self._remove_torrent_label(torrent_id)
log.debug("Removing torrent %r from label %r", torrent_id, label_id)

self._timestamp["mappings_changed"] = datetime.datetime.now()
self._timestamp["mappings_changed"] = datetime.datetime.now()


@check_init
Expand Down

0 comments on commit f685135

Please sign in to comment.