mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-21 06:45:24 -06:00
more generic section name
This commit is contained in:
parent
3f7481b2ea
commit
eae550470f
1 changed files with 3 additions and 3 deletions
|
|
@ -169,16 +169,16 @@ class BUIServer(Flask):
|
|||
cast=int
|
||||
)
|
||||
|
||||
# Session options
|
||||
# Production options
|
||||
self.storage = self._safe_config_get(
|
||||
config.get,
|
||||
'storage',
|
||||
'Session'
|
||||
'Production'
|
||||
)
|
||||
self.redis = self._safe_config_get(
|
||||
config.get,
|
||||
'redis',
|
||||
'Session'
|
||||
'Production'
|
||||
)
|
||||
|
||||
except ConfigParser.NoOptionError as e:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue