mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	[fix] pep8 compatibility
This commit is contained in:
		
							parent
							
								
									aef6e17653
								
							
						
					
					
						commit
						ba0f818e89
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -252,9 +252,9 @@ def preferences(): | ||||||
|                 max_age=60 * 60 * 24 * 7 * 4 |                 max_age=60 * 60 * 24 * 7 * 4 | ||||||
|             ) |             ) | ||||||
|         return resp |         return resp | ||||||
|     return render('preferences.html' |     return render('preferences.html', | ||||||
|                   ,locales=settings['locales'] |                   locales=settings['locales'], | ||||||
|                   ,current_locale=get_locale()) |                   current_locale=get_locale()) | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| @app.route('/stats', methods=['GET']) | @app.route('/stats', methods=['GET']) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 asciimoo
						asciimoo