remove newline

This commit is contained in:
Valentin CZERYBA 2023-04-10 16:07:14 +02:00
parent aa5c8893ec
commit 48e77084e8

View File

@ -278,8 +278,4 @@ class WPimport:
page = requests.post("http://{0}/wp-json/wp/v2/comments".format(self._wordpress), auth=self._basic, data=data)
if page.status_code == 201:
self._logger.info("Commentaire ajoute pour {0}".format(result["title"]["raw"]))
self._linkImgPost(result["title"]["raw"], list_img, result["id"])
self._linkImgPost(result["title"]["raw"], list_img, result["id"])