1
0
Fork 0

Not a good idea to pull in the push function

This commit is contained in:
Ethanell 2019-10-20 19:31:10 +02:00
parent 297459a067
commit 40e316f0dc

View file

@ -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__":