Skip to content

Commit

Permalink
Merge pull request #49 from CybercentreCanada/ocr_heur
Browse files Browse the repository at this point in the history
update key
  • Loading branch information
cccs-rs authored Feb 24, 2023
2 parents 55e5213 + c58ba04 commit 17a2f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion document_preview/document_preview.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
class DocumentPreview(ServiceBase):
def __init__(self, config=None):
super(DocumentPreview, self).__init__(config)
self.has_internet_access = get_service_manifest().get('docker_config', {}).get('internet_access', False)
self.has_internet_access = get_service_manifest().get('docker_config', {}).get('allow_internet_access', False)

def start(self):
self.log.debug("Document preview service started")
Expand Down

0 comments on commit 17a2f8e

Please sign in to comment.