summaryrefslogtreecommitdiffstats
path: root/module/PullEvents.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-07-15 16:02:55 +0200
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-07-15 16:02:55 +0200
commitf8e0412210772db73786dcd4e0cf94479758194a (patch)
treec4d101709b2208eb1ac87e09572bab59c3d0b52e /module/PullEvents.py
parentAdded missing shebangs, removed unnecessary ones (diff)
downloadpyload-f8e0412210772db73786dcd4e0cf94479758194a.tar.xz
Improved uniqify method
Diffstat (limited to 'module/PullEvents.py')
-rw-r--r--module/PullEvents.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/PullEvents.py b/module/PullEvents.py
index d1c885f26..3835a34ac 100644
--- a/module/PullEvents.py
+++ b/module/PullEvents.py
@@ -46,7 +46,7 @@ class PullManager:
if not validUuid:
self.newClient(uuid)
events = [ReloadAllEvent("queue").toList(), ReloadAllEvent("collector").toList()]
- return uniqify(events, repr)
+ return uniqify(events)
def addEvent(self, event):
for client in self.clients: