Not a good idea to pull in the push function
This commit is contained in:
parent
297459a067
commit
40e316f0dc
1 changed files with 0 additions and 1 deletions
|
@ -85,7 +85,6 @@ class Sync:
|
||||||
break
|
break
|
||||||
if not found:
|
if not found:
|
||||||
requests.post(self.url+"/"+key, headers=self.auth(), json=ldata)
|
requests.post(self.url+"/"+key, headers=self.auth(), json=ldata)
|
||||||
self.pull_data()
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|
Reference in a new issue