commit | e17bc5b218299074240e10d7c1082f85ff9d731c | [log] [tgz] |
---|---|---|
author | Sapan Bhatia <gwsapan@gmail.com> | Wed Apr 30 00:53:06 2014 -0400 |
committer | Sapan Bhatia <gwsapan@gmail.com> | Wed Jul 23 16:20:22 2014 -0400 |
tree | a273062a3240b850827c05daa595a0f983e97b03 | |
parent | 6082336af70681006aea618f28b951bbf47460a8 [diff] |
Added deletion field to fetch pending method.
diff --git a/planetstack/observer/syncstep.py b/planetstack/observer/syncstep.py index 2f4b23f..fc0cb0b 100644 --- a/planetstack/observer/syncstep.py +++ b/planetstack/observer/syncstep.py
@@ -43,7 +43,7 @@ return - def fetch_pending(self): + def fetch_pending(self, deletion=False): return [] #return Sliver.objects.filter(ip=None)