l radio: add more spaces for less confusion ot tts
This commit is contained in:
parent
63f084d23e
commit
c48eb08051
|
@ -12,12 +12,12 @@ output = []
|
||||||
for ip in fileinput.input():
|
for ip in fileinput.input():
|
||||||
if "80.147.140.51" in ip:
|
if "80.147.140.51" in ip:
|
||||||
output.append(
|
output.append(
|
||||||
'Weather report for c-base, space.'
|
'Weather report for c-base, space. '
|
||||||
'It is empty space outside '
|
'It is empty space outside '
|
||||||
'with a temperature of -270 degrees, '
|
'with a temperature of -270 degrees, '
|
||||||
'a lightspeed of 299792 kilometers per second '
|
'a lightspeed of 299792 kilometers per second '
|
||||||
'and a humidity of Not a Number percent. '
|
'and a humidity of Not a Number percent. '
|
||||||
f'The probability of reincarnation is {random.randrange(0, 100)} percent.'
|
f'The probability of reincarnation is {random.randrange(0, 100)} percent. '
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue