Die IP ist sinnlos (interne Docker-IP)
All checks were successful
docker-image / docker (push) Successful in 8m46s
All checks were successful
docker-image / docker (push) Successful in 8m46s
This commit is contained in:
parent
48f7323505
commit
9ccdf5e2b5
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ class BubaTime(BubaAnimation):
|
|||
def show(self):
|
||||
self.buba.text(page=0, row=0, col_start=0, col_end=119, text="Chaos Computer Club", align=BubaCmd.ALIGN_CENTER)
|
||||
self.buba.text(page=0, row=1, col_start=0, col_end=119, text="Hansestadt Hamburg", align=BubaCmd.ALIGN_CENTER)
|
||||
self.buba.text(page=0, row=2, col_start=0, col_end=119, text=f"{self.ip}", align=BubaCmd.ALIGN_CENTER)
|
||||
# self.buba.text(page=0, row=2, col_start=0, col_end=119, text=f"{self.ip}", align=BubaCmd.ALIGN_CENTER)
|
||||
self.buba.text(page=0, row=3, col_start=0, col_end=119, text=datetime.now().strftime("%Y-%m-%d %H:%M"), align=BubaCmd.ALIGN_CENTER)
|
||||
|
||||
sleep(10)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue