Fix details expansion, thanks krytarik

This commit is contained in:
Sean Davis 2016-03-30 07:08:40 -04:00
parent 3ca96a93e8
commit 48c8d2255a
2 changed files with 2 additions and 2 deletions

View File

@ -721,7 +721,7 @@ class MugshotWindow(Window):
line = line.decode('utf-8')
line = line.strip()
logger.debug('Found details: %s' % line.strip())
details = line.split(':')[4].split(',')[:3]
details = line.split(':')[4].split(',')
while len(details) < 4:
details.append("")

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-03-29 21:59-0400\n"
"POT-Creation-Date: 2016-03-30 07:08-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"