Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--readactivity.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/readactivity.py b/readactivity.py
index 956e3b0..e2101de 100644
--- a/readactivity.py
+++ b/readactivity.py
@@ -286,7 +286,6 @@ class ReadActivity(activity.Activity):
self._jobject.file_path = os.path.join(tempfile.gettempdir(), '%i' % time.time())
self._owns_file = True
- next_buddy = None
# Pick an arbitrary tube we can try to download the document from
try:
tube_id = self.unused_download_tubes.pop()