Merge branch 'develop'

This commit is contained in:
Hydrus Network Developer 2023-12-13 17:50:53 -06:00
commit e7c66e5626
No known key found for this signature in database
GPG Key ID: 76249F053212133C
1 changed files with 1 additions and 1 deletions

View File

@ -3218,7 +3218,7 @@ class DB( HydrusDB.HydrusDB ):
with self._MakeTemporaryIntegerTable( missing_hash_ids, 'hash_id' ) as temp_table_name:
missing_file_info_managers = self._GenerateFileInfoManagers( hash_ids, temp_table_name )
missing_file_info_managers = self._GenerateFileInfoManagers( missing_hash_ids, temp_table_name )
file_info_managers.extend( missing_file_info_managers )