Ignore JOSM changesets
This commit is contained in:
parent
8c7b90e3bc
commit
b9fdb70b27
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ def download_last_state():
|
|||
|
||||
def filter_changeset(changeset):
|
||||
"""A changeset object is a dict of tags plus 'id', 'timestamp' and 'user' fields."""
|
||||
return 'created_by' in changeset and 'maps.me' in changeset['created_by'].lower()
|
||||
return 'created_by' in changeset and 'maps.me' in changeset['created_by'].lower() and 'JOSM' not in changeset['created_by']
|
||||
|
||||
|
||||
def download_replication(state):
|
||||
|
|
Loading…
Add table
Reference in a new issue