r7466 - dumbhippo/trunk/firehose/firehose/jobs
- From: commits mugshot org
- To: online-desktop-list gnome org
- Subject: r7466 - dumbhippo/trunk/firehose/firehose/jobs
- Date: Thu, 1 May 2008 16:08:06 -0500 (CDT)
Author: walters
Date: 2008-05-01 16:08:06 -0500 (Thu, 01 May 2008)
New Revision: 7466
Modified:
dumbhippo/trunk/firehose/firehose/jobs/poller.py
Log:
Fix typo
Modified: dumbhippo/trunk/firehose/firehose/jobs/poller.py
===================================================================
--- dumbhippo/trunk/firehose/firehose/jobs/poller.py 2008-05-01 21:04:07 UTC (rev 7465)
+++ dumbhippo/trunk/firehose/firehose/jobs/poller.py 2008-05-01 21:08:06 UTC (rev 7466)
@@ -155,7 +155,7 @@
processor.feed(buf)
buf = response.read(8192)
hash = sha.new()
- hash.feed(processor.get_value())
+ hash.update(processor.get_value())
hash_hex = hash.hexdigest()
if outfile is not None:
outfile.close()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]