mirror of
https://github.com/chatmail/relay.git
synced 2026-06-13 15:11:06 +00:00
in webdev mode make page auto-refresh every 3 seconds
This commit is contained in:
@@ -71,6 +71,7 @@ def main():
|
||||
reporoot = path.joinpath("../../../").resolve()
|
||||
inipath = reporoot.joinpath("chatmail.ini")
|
||||
config = get_ini_settings(chatmail_domain, inipath)
|
||||
config["webdev"] = True
|
||||
www_path = reporoot.joinpath("www")
|
||||
src_path = www_path.joinpath("src")
|
||||
stats = None
|
||||
|
||||
Reference in New Issue
Block a user