We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7dc147 + 3efe9ac commit f1b9d7fCopy full SHA for f1b9d7f
software/source/server/server.py
@@ -355,15 +355,15 @@ async def listener(mobile: bool):
355
json.dump(interpreter.messages, file, indent=4)
356
357
# TODO: is triggering seemingly randomly
358
- # logger.info("New user message recieved. Breaking.")
+ # logger.info("New user message received. Breaking.")
359
# break
360
361
# Also check if there's any new computer messages
362
if not from_computer.empty():
363
with open(conversation_history_path, "w") as file:
364
365
366
- logger.info("New computer message recieved. Breaking.")
+ logger.info("New computer message received. Breaking.")
367
break
368
except:
369
traceback.print_exc()
0 commit comments