mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2024-11-22 15:20:09 +01:00
fixed update variable
This commit is contained in:
parent
2103d547a1
commit
c9b792c370
@ -1166,6 +1166,7 @@ Configure DashBoard before start web-server
|
|||||||
"""
|
"""
|
||||||
def run_dashboard():
|
def run_dashboard():
|
||||||
init_dashboard()
|
init_dashboard()
|
||||||
|
global update
|
||||||
update = check_update()
|
update = check_update()
|
||||||
global config
|
global config
|
||||||
config = configparser.ConfigParser(strict=False)
|
config = configparser.ConfigParser(strict=False)
|
||||||
|
Loading…
Reference in New Issue
Block a user