mirror of
https://git.0x0.st/mia/0x0.git
synced 2025-04-19 14:53:02 +02:00
Remove trailing commas in config that would cause uploads to hang
This commit is contained in:
parent
dd7f7eff38
commit
017e636b31
1 changed files with 2 additions and 2 deletions
|
@ -144,14 +144,14 @@ NSFW_DETECT = False
|
||||||
# are marked as NSFW.
|
# are marked as NSFW.
|
||||||
#
|
#
|
||||||
# If NSFW_DETECT is set to False, then this has no effect.
|
# If NSFW_DETECT is set to False, then this has no effect.
|
||||||
NSFW_THRESHOLD = 0.608,
|
NSFW_THRESHOLD = 0.608
|
||||||
|
|
||||||
|
|
||||||
# A list of all characters which can appear in a URL
|
# A list of all characters which can appear in a URL
|
||||||
#
|
#
|
||||||
# If this list is too short, then URLs can very quickly become long.
|
# If this list is too short, then URLs can very quickly become long.
|
||||||
# Generally, the default value for this should work for basically all usecases.
|
# Generally, the default value for this should work for basically all usecases.
|
||||||
URL_ALPHABET = "DEQhd2uFteibPwq0SWBInTpA_jcZL5GKz3YCR14Ulk87Jors9vNHgfaOmMXy6Vx-",
|
URL_ALPHABET = "DEQhd2uFteibPwq0SWBInTpA_jcZL5GKz3YCR14Ulk87Jors9vNHgfaOmMXy6Vx-"
|
||||||
|
|
||||||
|
|
||||||
#################################################################################
|
#################################################################################
|
||||||
|
|
Loading…
Add table
Reference in a new issue