Version 452 hotfix

This commit is contained in:
Hydrus Network Developer 2021-08-25 18:35:17 -05:00
parent 5482d293bd
commit 8a116cc79f
1 changed files with 1 additions and 1 deletions

View File

@ -8001,7 +8001,7 @@ class DB( HydrusDB.HydrusDB ):
for table_name in table_names:
import_timestamp_hash_ids.update( self._Execute( 'SELECT hash_id FROM {} WHERE {};'.format( table_name, pred_string ) ) )
import_timestamp_hash_ids.update( self._STS( self._Execute( 'SELECT hash_id FROM {} WHERE {};'.format( table_name, pred_string ) ) ) )
query_hash_ids = intersection_update_qhi( query_hash_ids, import_timestamp_hash_ids )