Skip to content

Commit

Permalink
floats plz
Browse files Browse the repository at this point in the history
  • Loading branch information
phooky committed Nov 6, 2013
1 parent 732251e commit 3a5558b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hexaservice/service.py
Expand Up @@ -49,9 +49,9 @@ def sigint_handler(signal,frame):
txtimg = base_font.strImg(msg)
img = Image.new("1",(120,7))
img.paste(txtimg,(15,0))
bmsg = "{0:3.2} .beats".format(internet_time())
bmsg = "{0:3.2f} .b".format(internet_time())
txt2img = base_font.strImg(bmsg)
img.paste(txt2img,(70,0))
img.paste(txt2img,(75,0))
bitmap = compile_image(img,0,0)

for j in range(3):
Expand Down

0 comments on commit 3a5558b

Please sign in to comment.