default-hour #14
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -18,7 +18,7 @@ def index(hours=None, minutes=None):
 | 
			
		|||
    if not hours:
 | 
			
		||||
        hours = 17
 | 
			
		||||
    if not minutes:
 | 
			
		||||
        minutes = 0
 | 
			
		||||
        minutes = 30
 | 
			
		||||
 | 
			
		||||
    data = render_template('beer.html', hours=hours, minutes=minutes)
 | 
			
		||||
    return data
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue