mirror of
https://github.com/reikkaps/spaceapicli.git
synced 2025-04-06 11:26:27 +02:00
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…
x
Reference in New Issue
Block a user