fixed mixed identation

This commit is contained in:
Uriziel 2013-01-25 20:53:13 +01:00
parent 2f307e7cfa
commit 34354668ee

View File

@ -138,7 +138,7 @@ class Bot(object):
out += u['file'] out += u['file']
break break
else: else:
out += '[no file]' out += '[no file]'
self.msg(to, out) self.msg(to, out)
out = 'Users: ' out = 'Users: '
i = 0 i = 0