This commit is contained in:
Luke Rogers 2012-10-20 12:15:26 +13:00
parent 743c13a353
commit cda35a500e

View file

@ -55,4 +55,4 @@ def beats(inp):
if beat > 1000: if beat > 1000:
beat -= 1000 beat -= 1000
return "\x02Swatch Internet Time:\x02 @%06.2f" % beat return "Swatch Internet Time: @%06.2f" % beat