Skip to content

Commit

Permalink
Version 452 hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrusnetwork committed Aug 25, 2021
1 parent 5482d29 commit 8a116cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydrus/client/db/ClientDB.py
Original file line number Diff line number Diff line change
Expand Up @@ -8001,7 +8001,7 @@ def or_sort_key( p ):

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 )
Expand Down

0 comments on commit 8a116cc

Please sign in to comment.