Update locationdata.py

This commit is contained in:
SpudGunMan
2025-10-23 12:08:00 -07:00
parent 640bead32c
commit 13cefc2002
-3
View File
@@ -1119,9 +1119,6 @@ def mapHandler(userID, deviceID, channel_number, message):
)
description = command.strip()
if not description:
return "Please provide a description. Type 'map help' for usage."
# Sanitize description for CSV injection
if description and description[0] in ('=', '+', '-', '@'):
description = "'" + description