Index: samesite.py ================================================================== --- samesite.py +++ samesite.py @@ -184,10 +184,11 @@ info += '\nFull file found.' file_stat = os.stat(file_name) elif '_parts' in index[my_path] and os.access(temp_name, os.R_OK): info += '\nPartial file found.' file_stat = os.stat(temp_name) + recheck = True else: info += '\nFile not found or inaccessible.' record['_parts'] = None reload = True