From 40e316f0dc2c7e3b69731466d0d13073248ab697 Mon Sep 17 00:00:00 2001 From: flifloo Date: Sun, 20 Oct 2019 19:31:10 +0200 Subject: [PATCH] Not a good idea to pull in the push function --- Kfet/sync.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Kfet/sync.py b/Kfet/sync.py index c27209d..8125f97 100644 --- a/Kfet/sync.py +++ b/Kfet/sync.py @@ -85,7 +85,6 @@ class Sync: break if not found: requests.post(self.url+"/"+key, headers=self.auth(), json=ldata) - self.pull_data() if __name__ == "__main__":