Skip to content

Commit e096907

Browse files
committed
Add centering of gif
1 parent 76f8fd2 commit e096907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mary.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def gif(search_term):
5555
for chunk in r.iter_content(1024):
5656
f.write(chunk)
5757

58-
call(['timeout', '10', 'send-image', '-h', 'ft.noise', '-l', '15', file_path])
58+
call(['timeout', '10', 'send-image', '-c', '-h', 'ft.noise', '-l', '15', file_path])
5959

6060
return 'ok'
6161

0 commit comments

Comments
 (0)