Skip to content

Commit eda27f5

Browse files
committed
added comment
1 parent b4ca273 commit eda27f5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

mapswipe_workers/mapswipe_workers/utils/api_calls.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,14 @@ def remove_noise_and_add_user_info(json: dict) -> dict:
5757
"""Delete unwanted information from properties."""
5858
logger.info("starting filtering and adding extra info")
5959

60-
wanted_attributes = ["@changesetId", "@lastEdit", "@osmId", "@version", "source"]
60+
wanted_attributes = [
61+
"@changesetId",
62+
"@lastEdit",
63+
"@osmId",
64+
"@version",
65+
"source",
66+
"comment",
67+
]
6168
changeset_results = {}
6269
missing_rows = {
6370
"@changesetId": 0,

0 commit comments

Comments
 (0)