Bozo moment

This commit is contained in:
Willy-JL
2023-05-04 03:32:53 +01:00
parent 103abfef86
commit c341cc128c

View File

@@ -71,7 +71,7 @@ if __name__ == "__main__":
body = body.replace("<!--- <HOTFIXES>\n", "")
body = body.replace("\n<HOTFIXES> -->", "")
insert = body.find("\n [//]: <NEXT_HOTFIX>\n")
body = body[:insert] + hotfix + body[:insert]
body = body[:insert] + hotfix + body[insert:]
req = requests.patch(
release["url"],