Browse Source

latest feed

Karl Hudgell 9 months ago
parent
commit
8d5c468723
2 changed files with 1 additions and 1 deletions
  1. 0 0
      feed.xml
  2. 1 1
      generator.py

File diff suppressed because it is too large
+ 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
                 ),

Some files were not shown because too many files changed in this diff