new bot in the making, slight improvements to old

This commit is contained in:
Remy Moll
2021-01-22 13:38:51 +01:00
parent 7054ec8014
commit ec8983eb57
17 changed files with 542 additions and 61 deletions

View File

@@ -232,7 +232,7 @@ class DashBoard():
inverse=True,
)
except:
card = card = dbc.Card([
card = dbc.Card([
dbc.CardBody([
html.H4("Could not load XKCD", className="card-title"),
])