From fca90cbee39e60d6230f45c962336c9950edacdb Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 7 Oct 2025 23:10:09 -0700 Subject: [PATCH] Update survey.py --- modules/survey.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/survey.py b/modules/survey.py index 993c980..bf38409 100644 --- a/modules/survey.py +++ b/modules/survey.py @@ -53,7 +53,7 @@ class SurveyModule: 'answers': [], 'location': location if surveyRecordLocation and location is not None else 'N/A' } - msg = f"'{survey_name}'📝survey\nSend 's: ' 'end' to exit." + msg = f"'{survey_name}'📝survey\nSend 's: ' or 'end'\n" msg += self.show_question(user_id) return msg