Skip to content

Commit 93a40a0

Browse files
committed
Don't use a string for an int
1 parent 7094deb commit 93a40a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

consul_config.py.ctmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ LOG_SENTRY = {
4949
# Data rejection settings
5050
# If we receive more than this number of submissions for a single MBID, don't
5151
# accept any more. Set to None to disable.
52-
MAX_NUMBER_DUPLICATE_SUBMISSIONS = '''{{template "KEY" "max_duplicate_submissions"}}'''
52+
MAX_NUMBER_DUPLICATE_SUBMISSIONS = {{template "KEY" "max_duplicate_submissions"}}
5353

5454
DATASET_DIR = '''{{template "KEY" "dataset_dir"}}'''
5555
FILE_STORAGE_DIR = '''{{template "KEY" "file_storage_dir"}}'''

0 commit comments

Comments
 (0)