split shooter
This commit is contained in:
parent
e4bea24a2e
commit
578f9754d5
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ def parse_path(client, path, context):
|
||||||
info['shooter'],info['location2'],info['location1'])
|
info['shooter'],info['location2'],info['location1'])
|
||||||
|
|
||||||
r = {
|
r = {
|
||||||
'cinematographer': [info['shooter']],
|
'cinematographer': info['shooter'].split(', '),
|
||||||
'date': date,
|
'date': date,
|
||||||
'location': '%s, %s' % (info['location2'], info['location1']),
|
'location': '%s, %s' % (info['location2'], info['location1']),
|
||||||
'title': title,
|
'title': title,
|
||||||
|
|
Loading…
Reference in a new issue