unboldit
This commit is contained in:
parent
743c13a353
commit
cda35a500e
1 changed files with 1 additions and 1 deletions
|
@ -55,4 +55,4 @@ def beats(inp):
|
|||
if beat > 1000:
|
||||
beat -= 1000
|
||||
|
||||
return "\x02Swatch Internet Time:\x02 @%06.2f" % beat
|
||||
return "Swatch Internet Time: @%06.2f" % beat
|
||||
|
|
Reference in a new issue