Update argument to yield_new_photos, yield_old_photos.
This commit is contained in:
		
							parent
							
								
									4f063cd90e
								
							
						
					
					
						commit
						b52e79f99c
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -247,7 +247,8 @@ def digest_directory_argparse(args): | ||||||
|                 new_photo_ratelimit=args.ratelimit, |                 new_photo_ratelimit=args.ratelimit, | ||||||
|                 recurse=args.recurse, |                 recurse=args.recurse, | ||||||
|                 yield_albums=True, |                 yield_albums=True, | ||||||
|                 yield_photos=True, |                 yield_new_photos=True, | ||||||
|  |                 yield_old_photos=False, | ||||||
|             ) |             ) | ||||||
|             for result in digest: |             for result in digest: | ||||||
|                 # print(result) |                 # print(result) | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue