mirror of
				https://github.com/ProjectSynthoria/SynthoriaArchive.git
				synced 2025-11-04 09:55:46 +02:00 
			
		
		
		
	Fix typo
This commit is contained in:
		
							parent
							
								
									29e878a1ec
								
							
						
					
					
						commit
						1016d5be02
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -37,7 +37,7 @@ if not app.config['DEBUG']:
 | 
			
		|||
    def internal_error(exception):
 | 
			
		||||
        app.logger.error(exception)
 | 
			
		||||
        flask.flash(flask.Markup(
 | 
			
		||||
            '<strong>An error occured!</strong> Debugging information has been logged.'), 'danger')
 | 
			
		||||
            '<strong>An error occurred!</strong> Debug information has been logged.'), 'danger')
 | 
			
		||||
        return flask.redirect('/')
 | 
			
		||||
 | 
			
		||||
# Get git commit hash
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue