Change app id to page.kramo.Cartridges

This commit is contained in:
kramo
2024-04-03 16:06:27 +02:00
parent f4b44477e9
commit 7059035930
17 changed files with 27 additions and 20 deletions

View File

@@ -23,7 +23,7 @@ jobs:
shell: python
run: |
import re, textwrap
open_file = open("./data/hu.kramo.Cartridges.metainfo.xml.in", "r", encoding="utf-8")
open_file = open("./data/page.kramo.Cartridges.metainfo.xml.in", "r", encoding="utf-8")
string = open_file.read()
open_file.close()
string = re.findall("<release.*>\s*<description.*>\n([\s\S]*?)\s*</description>\s*<\/release>", string)[0]