|
@ -48,7 +48,7 @@ def token_gallery(): |
|
|
base_url = "https://www.atr0phy.net/acks/img/player_tokens/" |
|
|
base_url = "https://www.atr0phy.net/acks/img/player_tokens/" |
|
|
|
|
|
|
|
|
def to_gallery_src(src): |
|
|
def to_gallery_src(src): |
|
|
return {"src": src, "thumb": src} |
|
|
|
|
|
|
|
|
return {"src": src, "thumb": src, "subHtml": "<h4>{}</h4>".format(src.rpartition('/')[2])} |
|
|
|
|
|
|
|
|
tokens = {} |
|
|
tokens = {} |
|
|
parent_fs = Path(base_path) |
|
|
parent_fs = Path(base_path) |
|
|