Skip to content

Commit 43e9268

Browse files
committed
sdfjklsdfjklsdf
1 parent df7b17b commit 43e9268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fabfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def twitter_images(party=None):
2424
else:
2525
path = "_data/{}_people.yaml".format(party)
2626

27-
run('python _scripts/twitter_pics.py {}'format(path))
27+
run('python _scripts/twitter_pics.py {}'.format(path))
2828

2929
def wikipedia_biogs(party=None):
3030
pass

0 commit comments

Comments
 (0)