mirror of
https://github.com/placeAtlas/atlas.git
synced 2024-11-15 22:43:13 +01:00
Changed the print content
Co-authored-by: Hans5958 <hans5958@outlook.com>
This commit is contained in:
parent
c4716f5f0e
commit
9b44ba2ab8
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ def print_(*args, **kwargs):
|
|||
entry = fix_no_protocol_urls(entry)
|
||||
print_("Removing extras...")
|
||||
entry = remove_extras(entry)
|
||||
print_("removing duplicate points")
|
||||
print_("Removing duplicate points...")
|
||||
entry = remove_duplicate_points(entry)
|
||||
print_("Updating center")
|
||||
entry = update_center(entry)
|
||||
|
|
Loading…
Reference in a new issue