TOSQUASH: bd78f17f (duplicate hist frames)
							parent
							
								
									575e60bd1d
								
							
						
					
					
						commit
						23070e5fab
					
				| 
						 | 
					@ -413,6 +413,7 @@ async def start_backfill(
 | 
				
			||||||
            ):
 | 
					            ):
 | 
				
			||||||
                start_dt = min(starts)
 | 
					                start_dt = min(starts)
 | 
				
			||||||
                print(f"SKIPPING DUPLICATE FRAME @ {next_start_dt}")
 | 
					                print(f"SKIPPING DUPLICATE FRAME @ {next_start_dt}")
 | 
				
			||||||
 | 
					                starts[start_dt] += 1
 | 
				
			||||||
                continue
 | 
					                continue
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            elif starts[next_start_dt] > 6:
 | 
					            elif starts[next_start_dt] > 6:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue