mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	fixed typo
full stop should be outside of the quoted IP address
This commit is contained in:
		| @@ -24,9 +24,9 @@ def handle_failed_login(sender, credentials, request, **kwargs): | |||||||
|     else: |     else: | ||||||
|         if client_ip.is_global: |         if client_ip.is_global: | ||||||
|             # We got the client's IP address |             # We got the client's IP address | ||||||
|             log_output += f" from IP `{client_ip}.`" |             log_output += f" from IP `{client_ip}`." | ||||||
|         else: |         else: | ||||||
|             # The client's IP address is private |             # The client's IP address is private | ||||||
|             log_output += f" from private IP `{client_ip}.`" |             log_output += f" from private IP `{client_ip}`." | ||||||
|  |  | ||||||
|     logger.info(log_output) |     logger.info(log_output) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Andreas Brett
					Andreas Brett