got rid of id in import_csv
This commit is contained in:
parent
be41426018
commit
74db0e3a57
@ -762,7 +762,7 @@ def import_csv():
|
|||||||
name, file_extension = os.path.splitext(row['file'])
|
name, file_extension = os.path.splitext(row['file'])
|
||||||
print ('get_cover', fullpath, name)
|
print ('get_cover', fullpath, name)
|
||||||
cover = get_cover(fullpath, name)
|
cover = get_cover(fullpath, name)
|
||||||
file = str(id) + "_" + row['file']
|
file = row['file']
|
||||||
|
|
||||||
if row['year_published']:
|
if row['year_published']:
|
||||||
year_published = int(row['year_published'])
|
year_published = int(row['year_published'])
|
||||||
|
Loading…
Reference in New Issue
Block a user