This commit is contained in:
Juan Madurga 2016-01-22 16:42:39 +01:00
parent 1dc9907a70
commit cbcbfab45f
2 changed files with 3 additions and 4 deletions

View file

@ -53,7 +53,6 @@ class UpdateQueue(Queue):
Args: Args:
context (boolean): set true to get (update, context) context (boolean): set true to get (update, context)
""" """
if not context: if not context:
return Queue.get(self, block, timeout)[0] return Queue.get(self, block, timeout)[0]