1
0
mirror of http://aero2k.de/t/repos/urlbot-native.git synced 2017-09-06 15:25:38 +02:00

fix indentation

This commit is contained in:
2015-02-07 02:12:41 +01:00
committed by urlbot
parent 0030b75e1d
commit f697a970ef

View File

@@ -568,9 +568,9 @@ def command_wp(argv,lang="de",**args):
}
if short is not None:
return {
'msg': args['reply_user'] + ': %s (<%s>)' % (
short if short.strip() else "(nix)", link
return {
'msg': args['reply_user'] + ': %s (<%s>)' % (
short if short.strip() else "(nix)", link
)
}
elif "missing" in page: