Fixing typo bug

This commit is contained in:
Hydrus Network Developer 2024-02-03 13:08:24 -06:00
parent 699451b17d
commit 380b0fd520
No known key found for this signature in database
GPG Key ID: 76249F053212133C
1 changed files with 1 additions and 1 deletions

View File

@ -3135,7 +3135,7 @@ class CanvasFilterDuplicates( CanvasWithHovers ):
was_auto_skipped = True
self._processed_pairs.append( ( None, None, None, ClientContentUpdates.ContentUpdatePackage(), was_auto_skipped ) )
self._processed_pairs.append( ( None, None, None, [], was_auto_skipped ) )
self._current_pair_index += 1