Added deletion field to fetch pending method.
authorSapan Bhatia <gwsapan@gmail.com>
Wed, 30 Apr 2014 04:53:06 +0000 (00:53 -0400)
committerSapan Bhatia <gwsapan@gmail.com>
Wed, 23 Jul 2014 20:20:22 +0000 (16:20 -0400)
planetstack/observer/syncstep.py

index 2f4b23f..fc0cb0b 100644 (file)
@@ -43,7 +43,7 @@ class SyncStep:
 
         return
 
-    def fetch_pending(self):
+    def fetch_pending(self, deletion=False):
         return []
         #return Sliver.objects.filter(ip=None)