Update worker.py

pull/530/head
Robbie Walmsley 9 months ago committed by GitHub
parent 340647cb22
commit 57fb29b600
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,8 +21,7 @@ except FileExistsError:
def metadata_from_filename(title):
store = title.split('/')
store = store[1] + '/' + store[2]
store = '/'.join(title.split('/')[1:3])
return {'title': title, 'store': store}

Loading…
Cancel
Save