1
0
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:
Galonza Peter 2021-10-24 01:09:34 +03:00
parent 2103d547a1
commit c9b792c370

View File

@ -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)