Prefix zip downloads with etiquette_ so they stay together.
This commit is contained in:
		
							parent
							
								
									9f137945a7
								
							
						
					
					
						commit
						2e51b4a611
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -275,7 +275,7 @@ def post_batch_photos_download_zip(): | ||||||
| 
 | 
 | ||||||
|     photo_ids = [p.id for p in photos] |     photo_ids = [p.id for p in photos] | ||||||
| 
 | 
 | ||||||
|     zip_token = etiquette.helpers.hash_photoset(photos) |     zip_token = 'etiquette_' + etiquette.helpers.hash_photoset(photos) | ||||||
|     photo_download_zip_tokens[zip_token] = photo_ids |     photo_download_zip_tokens[zip_token] = photo_ids | ||||||
| 
 | 
 | ||||||
|     response = {'zip_token': zip_token} |     response = {'zip_token': zip_token} | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue