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.
1 parent 9c7fee0 commit 581f830Copy full SHA for 581f830
goosebit/settings.py
@@ -23,7 +23,7 @@
23
24
POLL_TIME = config.get("poll_time_default", "00:01:00")
25
POLL_TIME_UPDATING = config.get("poll_time_updating", "00:00:05")
26
-POLL_TIME_REGISTRATION = config.get("poll_time_updating", "00:00:10")
+POLL_TIME_REGISTRATION = config.get("poll_time_registration", "00:00:10")
27
28
DB_LOC = BASE_DIR.joinpath(config.get("db_location", "db.sqlite3"))
29
DB_URI = f"sqlite:///{DB_LOC}"
settings.yaml
@@ -1,5 +1,6 @@
1
db_location: db.sqlite3
2
poll_time_default: 00:01:00
3
+poll_time_registration: 00:00:10
4
poll_time_updating: 00:00:05
5
tenant: DEFAULT
6
users:
0 commit comments