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, 30 Apr 2014 04:53:06 +0000 (00:53 -0400)
planetstack/observer/syncstep.py

index a43be36..187b318 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)