Procházet zdrojové kódy

add xml shebang on top of xml file

Nikos Atlas před 9 měsíci
rodič
revize
4b588f19d1
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/telecaster/Clients/CosmohomeClient.py

+ 1 - 1
src/telecaster/Clients/CosmohomeClient.py

@@ -260,7 +260,7 @@ def generate_xml():
     )
     xml_string = xml.decode('utf-8')
     final_xml = (
-        ''
+        '<?xml version="1.0" ?>'
         '<store name="cosmohome.gr" url="https://cosmohome.gr" encoding="utf8">'
         f'<date>{datetime.now().strftime("%Y-%m-%d %H:%M")}</date>'
         f"{xml_string}"