diff --git a/files.py b/files.py index a2b320b..2cd7743 100644 --- a/files.py +++ b/files.py @@ -268,7 +268,7 @@ def rm_dups(): if 'kfhash-' in el: # get which row/number kf it is... _, which = el.split('-') - jex.append( JobExtra( name=f"kfid-{which}", value=request.form['kfname-'+which] ) ) + jex.append( JobExtra( name=f"kfid-{which}", value=request.form['kfid-'+which] ) ) jex.append( JobExtra( name=f"kfhash-{which}", value=request.form[el] ) ) if 'kdhash-' in el: # get which row/number kd it is...