From 3aad8d89cfd5b0fa1bbcf2dc22e267b3d4a4e0a4 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 7 Oct 2025 23:34:36 -0700 Subject: [PATCH] Update survey.py --- modules/survey.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/survey.py b/modules/survey.py index 43f6437..3bfe7ba 100644 --- a/modules/survey.py +++ b/modules/survey.py @@ -8,7 +8,7 @@ from modules.log import * allowedSurveys = [] # List of allowed survey names -trap_list_survey = ("survey", "s:") +trap_list_survey = ("survey") class SurveyModule: def __init__(self): @@ -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: ' or 'end'\n" + msg = f"'{survey_name}'📝survey\nSend answer' or 'end'\n" msg += self.show_question(user_id) return msg