Remove obsolete patch (#322)

This commit is contained in:
Franck Nijhof 2024-07-19 19:46:29 +02:00 committed by GitHub
parent 61a1577e3b
commit ee12036371
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,3 @@ fi
if ! bashio::fs.file_exists "${database}"; then
bashio::exit.nok "The database file '${database}' is not found"
fi
# Made tables go wide!
sed -i "s#container#container-fluid#g" \
/usr/lib/python3.11/site-packages/sqlite_web/templates/base.html