add 2024 to startup log

This commit is contained in:
avollkopf 2024-02-23 17:35:01 +01:00
parent beae95f847
commit 077365fde6

View file

@ -263,7 +263,7 @@ class CraftBeerPi:
f = Figlet(font='big')
logger.warning("\n%s" % f.renderText("CraftBeerPi %s " % self.version))
logger.warning("www.CraftBeerPi.com")
logger.warning("(c) 2021/2022/2023 Manuel Fritsch / Alexander Vollkopf")
logger.warning("(c) 2021 - 2024 Manuel Fritsch / Alexander Vollkopf")
def _setup_http_index(self):
async def http_index(request):