Skip to content

Commit

Permalink
Merge branch 'resolve-1257'
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Aug 1, 2024
2 parents 507c1ea + 3d47640 commit 987da9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/ocrd_network/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

NETWORK_PROTOCOLS = ["http://", "https://"]
OCRD_ALL_TOOL_JSON = "ocrd-all-tool.json"
OCRD_ALL_TOOL_JSON_URL = "https://ocr-d.de/js/ocrd-all-tool.json"
# Used as a placeholder to lock all pages when no page_id is specified
SERVER_ALL_PAGES_PLACEHOLDER = "all_pages"

Expand Down
2 changes: 1 addition & 1 deletion src/ocrd_network/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from ocrd.workspace import Workspace
from ocrd.mets_server import MpxReq
from ocrd_utils import config, generate_range, REGEX_PREFIX, safe_filename, getLogger, resource_string
from .constants import OCRD_ALL_TOOL_JSON, OCRD_ALL_TOOL_JSON_URL
from .constants import OCRD_ALL_TOOL_JSON
from .rabbitmq_utils import OcrdResultMessage


Expand Down

0 comments on commit 987da9b

Please sign in to comment.