generated README and updated generation script
This commit is contained in:
parent
85570c024b
commit
952b56342a
|
|
@ -1,8 +0,0 @@
|
|||
# Wallpaper Archive
|
||||
|
||||
Automated archive of wallpapers to bypass Cloudflare and prevent dead links.
|
||||
|
||||
## Gallery
|
||||
|
||||
| Preview | Title | Tags |
|
||||
| --- | --- | --- |
|
||||
|
|
@ -9,7 +9,7 @@ header = "# Wallpaper Archive\n\nAutomated archive of wallpapers.\n\n## Gallery\
|
|||
rows = []
|
||||
|
||||
# Scans the mapped /app/assets folder
|
||||
for json_file in sorted(glob.glob("assets/*.json")):
|
||||
for json_file in sorted(glob.glob("/hdd/colorwall-mirror/*.json")):
|
||||
try:
|
||||
with open(json_file, "r", encoding="utf-8") as f:
|
||||
item = json.load(f)
|
||||
|
|
|
|||
Loading…
Reference in a new issue