mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Fixes missing f on an f-string
This commit is contained in:
		| @@ -405,7 +405,7 @@ class Consumer(LoggingMixin): | |||||||
|             create_date = timezone.make_aware( |             create_date = timezone.make_aware( | ||||||
|                 datetime.datetime.fromtimestamp(stats.st_mtime), |                 datetime.datetime.fromtimestamp(stats.st_mtime), | ||||||
|             ) |             ) | ||||||
|             self.log("debug", "Creation date from st_mtime: {create_date}") |             self.log("debug", f"Creation date from st_mtime: {create_date}") | ||||||
|  |  | ||||||
|         storage_type = Document.STORAGE_TYPE_UNENCRYPTED |         storage_type = Document.STORAGE_TYPE_UNENCRYPTED | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Trenton Holmes
					Trenton Holmes