Karl Hudgell 9 meses atrás
pai
commit
8d5c468723
2 arquivos alterados com 1 adições e 1 exclusões
  1. 0 0
      feed.xml
  2. 1 1
      generator.py

Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
feed.xml


+ 1 - 1
generator.py

@@ -85,7 +85,7 @@ def add_episodes_from_folder(folder_path: str, season:int) -> None:
                 summary=description,
                 season=season,
                 episode_number=int(ep_details[1][-0]),
-                image=f'https://kithub.k-world.me.uk/Karl/GTPStories/raw/master/{folder_path}/{folder_path}_wide.png'
+                image=f'https://kithub.k-world.me.uk/Karl/GTPStories/raw/master/{folder_path}/{folder_path}_wide.png',
                 publication_date=dt.fromtimestamp(
                     os.stat(f"./{folder_path}/{file}").st_ctime, tz=UTC
                 ),

Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff