dropped the cursor from the protocol in zipline.

This commit is contained in:
fawce
2012-04-05 23:43:56 -04:00
parent cad62346e7
commit 130b996a63
-2
View File
@@ -654,10 +654,8 @@ def PERF_FRAME(perf):
# nest the cumulative performance data in the daily.
daily_perf['cumulative'] = cumulative_perf
#TODO: pass the cursor value in.
result = {
'started_at' : EPOCH(perf['started_at']),
'cursor' : 0,
'daily' : [daily_perf],
'percent_complete' : perf['progress'],
}