parent
4e4ef92cad
commit
c2a9da76c0
|
@ -2264,7 +2264,7 @@ class FileSeedCache( HydrusSerialisable.SerialisableBase ):
|
|||
|
||||
|
||||
|
||||
def AddFileSeeds( self, file_seeds: typing.Collection[ FileSeed ], dupe_try_again = True ):
|
||||
def AddFileSeeds( self, file_seeds: typing.Collection[ FileSeed ], dupe_try_again = False ):
|
||||
|
||||
if len( file_seeds ) == 0:
|
||||
|
||||
|
|
|
@ -760,7 +760,7 @@ class GallerySeedLog( HydrusSerialisable.SerialisableBase ):
|
|||
self._status_dirty = True
|
||||
|
||||
|
||||
def AddGallerySeeds( self, gallery_seeds, dupe_try_again = False ):
|
||||
def AddGallerySeeds( self, gallery_seeds ):
|
||||
|
||||
if len( gallery_seeds ) == 0:
|
||||
|
||||
|
|
Loading…
Reference in New Issue