From 13cefc20024a41c88d862ce17d3978d733c4c2ca Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 23 Oct 2025 12:08:00 -0700 Subject: [PATCH] Update locationdata.py --- modules/locationdata.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/locationdata.py b/modules/locationdata.py index 16f2d6b..bc22912 100644 --- a/modules/locationdata.py +++ b/modules/locationdata.py @@ -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