mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-10-31 02:32:45 +00:00 
			
		
		
		
	Change environment variable name: OPAQUE_FILES -> OPAQUE_STORAGE
This commit is contained in:
		| @@ -32,7 +32,7 @@ def ocr(): | ||||
|                                 }, | ||||
|                'status': 'queued' | ||||
|                } | ||||
|         dir = os.path.join(app.config['OPAQUE_FILES'], 'jobs', id) | ||||
|         dir = os.path.join(app.config['OPAQUE_STORAGE'], 'jobs', id) | ||||
|  | ||||
|         try: | ||||
|             os.makedirs(dir) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user