From 81aba7cba8070426ae09361763caa634a325030e Mon Sep 17 00:00:00 2001 From: Yves Dubois Date: Tue, 15 Jun 2021 01:02:11 -0400 Subject: [PATCH] Fix typo --- aiserver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiserver.py b/aiserver.py index c6b27672..6703fb53 100644 --- a/aiserver.py +++ b/aiserver.py @@ -1105,7 +1105,7 @@ def update_story_chunk(idx: Union[int, Literal['last']]): if len(vars.actions) <= 1: # In this case, we are better off just refreshing the whole thing as the # prompt might not have been shown yet (with a "Generating story..." - # messsage instead). + # message instead). refresh_story() return