Some beauty fixes
This commit is contained in:
parent
1e47040b75
commit
9215b20a13
|
@ -49,10 +49,10 @@ def status(json, verbose):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
if json['state']['open'] is False:
|
if json['state']['open'] is False:
|
||||||
print('🧘 closed'.format(str(json['space'])))
|
print(' {} is closed'.format(str(json['space'])))
|
||||||
return False
|
return False
|
||||||
|
|
||||||
print('🌞 open'.format(str(json['space'])))
|
print(' {} is open'.format(str(json['space'])))
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue