Phrasing
This commit is contained in:
parent
52e50c3ca7
commit
41e6e06693
8
main.py
8
main.py
|
@ -161,7 +161,7 @@ def message_protovac(message):
|
||||||
return reply
|
return reply
|
||||||
except BaseException as e:
|
except BaseException as e:
|
||||||
logging.exception(e)
|
logging.exception(e)
|
||||||
return 'Error'
|
return 'THERE HAS BEEN AN ERROR IN MY PROCESSING ROUTINE. CAN YOU REPHRASE?'
|
||||||
|
|
||||||
def print_messages(messages):
|
def print_messages(messages):
|
||||||
try:
|
try:
|
||||||
|
@ -503,9 +503,9 @@ while True:
|
||||||
stdscr.refresh()
|
stdscr.refresh()
|
||||||
elif current_screen == 'message':
|
elif current_screen == 'message':
|
||||||
stdscr.addstr(0, 1, 'PROTOVAC UNIVERSAL COMPUTER')
|
stdscr.addstr(0, 1, 'PROTOVAC UNIVERSAL COMPUTER')
|
||||||
stdscr.addstr(2, 1, 'Message Protovac')
|
stdscr.addstr(2, 1, 'Talk to Protovac')
|
||||||
stdscr.addstr(3, 1, '===============')
|
stdscr.addstr(3, 1, '================')
|
||||||
stdscr.addstr(5, 1, 'Send a message to Protovac, the universal computer.')
|
stdscr.addstr(5, 1, 'Send a message to Protovac, who is flying through space.')
|
||||||
|
|
||||||
offset = 7
|
offset = 7
|
||||||
for num, line in enumerate(messages[-13:]):
|
for num, line in enumerate(messages[-13:]):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user