mirror of
https://github.com/walkxhub/dashboard-icons.git
synced 2025-12-06 08:26:58 -05:00
update generate_readme.py
* Add shebang to explicitly state which Python version the script needs.
This commit is contained in:
parent
a95b5b871f
commit
b1973c4381
4
scripts/generate_readme.py
Normal file → Executable file
4
scripts/generate_readme.py
Normal file → Executable file
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/python3
|
||||
|
||||
from pathlib import Path
|
||||
|
||||
def generate_img_tag(file):
|
||||
@ -11,4 +13,4 @@ if __name__ == "__main__":
|
||||
f.write("# Homer Icons\n\n")
|
||||
f.write("[Homer Dashboard](https://github.com/bastienwirtz/homer)\n\n")
|
||||
f.write(" ".join(img_tags))
|
||||
f.write("\n")
|
||||
f.write("\n")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user