Fixed bug in tracking and removing duplicate phone numbers
This commit is contained in:
parent
4073ca5a9f
commit
a29a40b6bb
|
|
@ -347,6 +347,7 @@ class AFCMUniverseMapFile:
|
|||
|
||||
amplify_rows.append(new_row)
|
||||
self.final_rows.append(new_row)
|
||||
self.running_phone_numbers[formatted_number] = True
|
||||
|
||||
processing_time = time.time() - processing_time_start
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue