Changed the print content

Co-authored-by: Hans5958 <hans5958@outlook.com>
This commit is contained in:
Fabian Wunsch 2022-04-10 13:06:05 +02:00 committed by Hans5958
parent c4716f5f0e
commit 9b44ba2ab8

View file

@ -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)