Update survey.py

This commit is contained in:
SpudGunMan
2025-10-07 23:34:36 -07:00
parent 3370304249
commit 3aad8d89cf

View File

@@ -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: <answer>' or 'end'\n"
msg = f"'{survey_name}'📝survey\nSend answer' or 'end'\n"
msg += self.show_question(user_id)
return msg