split long line in db.py
This commit is contained in:
		
							parent
							
								
									537fa01aef
								
							
						
					
					
						commit
						6283a8f948
					
				@ -100,7 +100,8 @@ def clear_queue_command():
 | 
				
			|||||||
@click.command('refresh-counters')
 | 
					@click.command('refresh-counters')
 | 
				
			||||||
@with_appcontext
 | 
					@with_appcontext
 | 
				
			||||||
def refresh_counters_command():
 | 
					def refresh_counters_command():
 | 
				
			||||||
    """Refresh counters from current config file. (Remove old ones, add new ones.)"""
 | 
					    """Refresh counters from current config file.
 | 
				
			||||||
 | 
					    (Remove old ones, add new ones.)"""
 | 
				
			||||||
    refresh_counters()
 | 
					    refresh_counters()
 | 
				
			||||||
    click.echo('Counters refreshed.')
 | 
					    click.echo('Counters refreshed.')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user