SF.net SVN: fclient: [279] trunk/sandbox/fcp2/boards/frost.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <ju...@us...> - 2008-02-26 16:26:20
|
Revision: 279
http://fclient.svn.sourceforge.net/fclient/?rev=279&view=rev
Author: jurner
Date: 2008-02-26 08:26:26 -0800 (Tue, 26 Feb 2008)
Log Message:
-----------
fix
Modified Paths:
--------------
trunk/sandbox/fcp2/boards/frost.py
Modified: trunk/sandbox/fcp2/boards/frost.py
===================================================================
--- trunk/sandbox/fcp2/boards/frost.py 2008-02-26 16:22:06 UTC (rev 278)
+++ trunk/sandbox/fcp2/boards/frost.py 2008-02-26 16:26:26 UTC (rev 279)
@@ -74,11 +74,11 @@
print ksk
self.fcpClient.getData(
- uri=ksk,
+ ksk,
maxSize='33000'
)
- for i in xrange(50):
+ for i in xrange(150):
self.fcpClient.next()
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|