publish fork
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user