split shooter

This commit is contained in:
j 2017-05-31 18:26:24 +02:00
parent e4bea24a2e
commit 578f9754d5
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ def parse_path(client, path, context):
info['shooter'],info['location2'],info['location1'])
r = {
'cinematographer': [info['shooter']],
'cinematographer': info['shooter'].split(', '),
'date': date,
'location': '%s, %s' % (info['location2'], info['location1']),
'title': title,