mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-23 23:48:16 +01:00
add 2024 to startup log
This commit is contained in:
parent
beae95f847
commit
077365fde6
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue