Skip to content

Commit 18bf093

Browse files
Exireldgw
andauthored
Update sopel/modules/xkcd.py
Co-authored-by: dgw <[email protected]>
1 parent c1da916 commit 18bf093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sopel/modules/xkcd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def numbered_result(bot, query, latest, commanded=True):
127127
def say_result(bot, result, commanded=True):
128128
parts = [
129129
result['title'],
130-
'Alt-text: %s' % result['alt'],
130+
'Alt-text: ' + result['alt'],
131131
]
132132

133133
if commanded:

0 commit comments

Comments
 (0)