add missing docstring
This commit is contained in:
		
					parent
					
						
							
								50e93180ee
							
						
					
				
			
			
				commit
				
					
						6c7d015b8d
					
				
			
		
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -5,6 +5,7 @@ from . import app, conf
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
def main():
 | 
					def main():
 | 
				
			||||||
 | 
					    """Start everything."""
 | 
				
			||||||
    log_format = "%(asctime)s - %(name)s - %(lineno)d - %(levelname)s - %(message)s"
 | 
					    log_format = "%(asctime)s - %(name)s - %(lineno)d - %(levelname)s - %(message)s"
 | 
				
			||||||
    logging.basicConfig(level=50 - 10 * conf.VERBOSE, format=log_format)
 | 
					    logging.basicConfig(level=50 - 10 * conf.VERBOSE, format=log_format)
 | 
				
			||||||
    app.run()
 | 
					    app.run()
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue