Skip to content

Commit

Permalink
Updating map area system name to uncharted-area
Browse files Browse the repository at this point in the history
  • Loading branch information
asaxton authored Jul 29, 2024
1 parent 5c82965 commit 3d997e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdrhook/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def cdrhook_callback(channel, method, properties, body):
logging.debug("ignoring map.process")
elif data.get("event") == "feature.process":
event_id = data.get("payload", {}).get("id", "").strip()
if event_id.startswith("uncharted_0."):
if event_id.startswith("uncharted-area_0."):
check_uncharted_event(event_id)
else:
logging.debug(f"Ignoring feature.process with id {event_id}")
Expand Down

0 comments on commit 3d997e3

Please sign in to comment.