insert #6

Merged
v4l3n71n merged 60 commits from insert into master 2023-04-11 21:29:54 +00:00
Showing only changes of commit 605bd06e51 - Show all commits

View File

@ -84,7 +84,7 @@ if __name__ == '__main__':
page = requests.get("http://localhost:8080/wp-json/wp/v2/posts", auth=basic, params=params)
page_exist = True
if page.status_code:
result= page.json()
result = page.json()
if len(result) == 0:
page_exist = False