forked from rc/aircox
		
	start to work on stats
This commit is contained in:
		@ -137,7 +137,7 @@ class Command (BaseCommand):
 | 
			
		||||
        group.add_argument(
 | 
			
		||||
            '--check', action='store_true',
 | 
			
		||||
            help='check unconfirmed later diffusions from the given '
 | 
			
		||||
                 'date again'\'t schedule. If no schedule is found, remove '
 | 
			
		||||
                 'date agains\'t schedule. If no schedule is found, remove '
 | 
			
		||||
                 'it.'
 | 
			
		||||
        )
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -105,7 +105,8 @@ class Monitor:
 | 
			
		||||
            source = current_source.id,
 | 
			
		||||
            date = tz.now(),
 | 
			
		||||
            related = sound[0] if sound else None,
 | 
			
		||||
            comment = None if sound else current_sound,
 | 
			
		||||
            # keep sound path (if sound is removed, we keep that info)
 | 
			
		||||
            comment = current_sound,
 | 
			
		||||
        )
 | 
			
		||||
 | 
			
		||||
    def trace_sound_tracks(self, log):
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user