remove unneeded space

This commit is contained in:
Gordon Shumway 2020-02-03 21:38:55 -05:00 committed by GitHub
parent 9284c3d9f6
commit 02cce68aa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -147,8 +147,7 @@ class ShrinkUrl(callbacks.PluginRegexp):
spiffy = irc.getCallback("SpiffyTitles")
if spiffy:
try:
result = SpiffyTitles.get_title_by_url(url,
msg.args[0])
result = SpiffyTitles.get_title_by_url(url, msg.args[0])
if result:
irc.reply(result, prefixNick=False)
except: