Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ def path(action, body, hair, top, bottom):
|
|
64 |
elif bottom == "red": bottom = '2'
|
65 |
elif bottom == "silver": bottom = '3'
|
66 |
|
67 |
-
name = 'Sprite/' + 'domain_1/' + action + '/'
|
68 |
name = name + 'front' + '_' + str(body) + str(bottom) + str(top) + str(hair) + '_'
|
69 |
|
70 |
gif = display_gif(name)
|
|
|
64 |
elif bottom == "red": bottom = '2'
|
65 |
elif bottom == "silver": bottom = '3'
|
66 |
|
67 |
+
name = './Sprite/' + 'domain_1/' + action + '/'
|
68 |
name = name + 'front' + '_' + str(body) + str(bottom) + str(top) + str(hair) + '_'
|
69 |
|
70 |
gif = display_gif(name)
|