1
0
mirror of https://github.com/donaldzou/WGDashboard.git synced 2024-06-30 22:50:14 +02: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():
init_dashboard()
global update
update = check_update()
global config
config = configparser.ConfigParser(strict=False)