Prompt new site addition in raw mode
This commit is contained in:
parent
6a4882d81d
commit
a0d85d7d83
4 changed files with 73 additions and 3 deletions
|
@ -69,6 +69,7 @@ class UiServer:
|
|||
self.learn_allowed_host = True # It will pin to the first http request's host
|
||||
|
||||
self.wrapper_nonces = []
|
||||
self.add_nonces = []
|
||||
self.site_manager = SiteManager.site_manager
|
||||
self.sites = SiteManager.site_manager.list()
|
||||
self.log = logging.getLogger(__name__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue