yes.
This commit is contained in:
parent
22170b1088
commit
95e0709e16
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -220,7 +220,7 @@ def main():
|
|||
|
||||
def drawClock():
|
||||
while True:
|
||||
sleep(0.4)
|
||||
time.sleep(0.4)
|
||||
canvas = Image.new('RGB', (64,128), color = 'black')
|
||||
clock_text = ImageDraw.Draw(canvas)
|
||||
clock_text.text((20,0), datetime.now(), font = clock_font, align = center)
|
||||
|
|
Loading…
Reference in a new issue