Update survey.py

This commit is contained in:
SpudGunMan
2025-10-07 23:10:09 -07:00
parent d05c7bb6a5
commit fca90cbee3
+1 -1
View File
@@ -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>' 'end' to exit."
msg = f"'{survey_name}'📝survey\nSend 's: <answer>' or 'end'\n"
msg += self.show_question(user_id)
return msg