Update script

This commit is contained in:
Walkx 2021-09-12 14:07:15 +02:00
parent 5dd67d3638
commit 8843adeeeb
No known key found for this signature in database
GPG Key ID: 68064364C5E8FD71
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -18,6 +18,6 @@ if __name__ == "__main__":
f.write("[- Dashy](https://github.com/Lissy93/dashy)\n") f.write("[- Dashy](https://github.com/Lissy93/dashy)\n")
f.write("[- Flame](https://github.com/pawelmalak/flame)\n") f.write("[- Flame](https://github.com/pawelmalak/flame)\n")
f.write("[- Tinyhome](https://github.com/bderenzo/tinyhome)\n") f.write("[- Tinyhome](https://github.com/bderenzo/tinyhome)\n")
f.write("[- SUI](https://github.com/jeroenpardon/sui)\n") f.write("[- SUI](https://github.com/jeroenpardon/sui)\n\n")
f.write(" ".join(img_tags)) f.write(" ".join(img_tags))
f.write("\n") f.write("\n")