Skip to content

Commit

Permalink
fix: realm was not parsed properly
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed May 2, 2023
1 parent 522603e commit 554632a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eng_ASR/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ scratchdirectory: "{{CLAM_ROOT=/tmp}}/eng_asr-userdata/scratch/"

# HTTP Basic Authentication via a simple TSV file (disabled by default)
users_file: "{{CLAM_USERS_FILE}}"
realm: "{{CLAM_REALM={sys_id}}}"
realm: "{{CLAM_REALM=eng_ASR}}"

#Interface customisation
customhtml_index: "{{CLAM_CUSTOMHTML_INDEX}}"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def read(fname):

setup(
name = "eng_ASR",
version = "0.2.1",
version = "0.2.2",
author = "Emre Yılmaz",
author_email = "[email protected]",
description = ("English Automatic Speech Recognition Webservice"),
Expand Down

0 comments on commit 554632a

Please sign in to comment.