diff --git a/genbloglist.py b/genbloglist.py index 10c6f6e..92f2b3f 100644 --- a/genbloglist.py +++ b/genbloglist.py @@ -89,6 +89,8 @@ with open(sys.argv[1]) as file, open(sys.argv[2], 'w+') as out: text += '' else: text += '' + else: + text += '' print(text, '', sep='') out.write(text) out.write('\n') diff --git a/public/blogs.html b/public/blogs.html index 27a9f05..80d8755 100644 --- a/public/blogs.html +++ b/public/blogs.html @@ -21,7 +21,7 @@
  • 80x24 (feed): Thoughts on the bits and bytes of life
  • AdamW on Linux and more (feed)
  • Allen Pike (feed)
  • -
  • Archive - Alexey Guzey (auto-generated feed)
  • +
  • Archive - Alexey Guzey (auto-generated feed)
  • Armin Ronacher's Thoughts and Writings (feed): Armin Ronacher's personal blog about programming, games and random thoughts that come to his mind.
  • Axess Lab (feed): Digital accessibility consultants, reviews and development
  • Belay the C++ (feed): A weekly blog talking about (usually bad) practices in C++