We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d64cef + 508c434 commit ee8f425Copy full SHA for ee8f425
conftest.py
@@ -3,6 +3,7 @@
3
from sogs import config
4
5
config.DB_URL = 'defer-init'
6
+config.REQUIRE_BLIND_KEYS = False
7
8
from sogs import web # noqa: E402
9
from sogs.model.room import Room # noqa: E402
sogs/config.py
@@ -35,7 +35,7 @@
35
ALPHABET_FILTERS = set()
36
ALPHABET_SILENT = True
37
FILTER_MODS = False
38
-REQUIRE_BLIND_KEYS = False
+REQUIRE_BLIND_KEYS = True
39
TEMPLATE_PATH = 'templates'
40
STATIC_PATH = 'static'
41
UPLOAD_PATH = 'uploads'
0 commit comments