Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/downloadmanager.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-09-27 18:45:46 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-09-27 18:45:46 (GMT)
commit9f78690b24629f87731cee63e192ec87d8e90dc1 (patch)
treeca0fea8f7aef78353167fb27cf0d59d66dce4851 /downloadmanager.py
parent6e1078b9cd9c4e3fc178939bd0ba6cb062fb827e (diff)
Adapt to dbus-python API change
Diffstat (limited to 'downloadmanager.py')
-rw-r--r--downloadmanager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/downloadmanager.py b/downloadmanager.py
index 20f0d62..beb8bc2 100644
--- a/downloadmanager.py
+++ b/downloadmanager.py
@@ -126,7 +126,7 @@ class Download:
datastore.write(self._dl_jobject,
reply_handler=self._internal_save_cb,
error_handler=self._internal_save_error_cb,
- timeout=360000)
+ timeout=360)
def _cleanup_datastore_write(self):
global _active_ds_writes