Update wemo.py

trailing whitespace... (argh... the bot should just trim it)
pull/6001/head
jumpkick 2017-02-15 15:40:02 -05:00 committed by GitHub
parent 44d274e428
commit a718e92708
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ class WemoSwitch(SwitchDevice):
d = datetime(1,1,1) + timedelta(seconds=_seconds)
return "{:0>2d}d {:0>2d}h {:0>2d}m {:0>2d}s".format(d.day-1,
d.hour,
d.minute,
d.minute,
d.second)
@property