mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2026-04-20 11:46:18 +00:00
fix: Configuration creation bug due to failed Nonetype checking
This commit is contained in:
@@ -135,6 +135,8 @@ class DashboardConfig:
|
||||
]
|
||||
|
||||
for table_name in tables_to_check:
|
||||
if not table_name:
|
||||
continue
|
||||
if not inspector.has_table(table_name):
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user