publish fork

This commit is contained in:
Dark Steveneq
2025-12-18 08:57:01 +01:00
parent ca3eebda7e
commit 3c0b3009c6
313 changed files with 18 additions and 15 deletions

View File

@@ -10,7 +10,7 @@ import sys
digits = re.compile(r'\d+')
# like blåhaj/throbber-0001.png
# like shelby/throbber-0001.png
filename = sys.argv[1]
num = int(digits.search(filename).group())
# fades from 1.0 to 1/60 over the animation