mirror of
https://github.com/Watchful1/PushshiftDumps.git
synced 2025-07-22 06:19:02 -04:00
Fix again
This commit is contained in:
parent
58d996a86c
commit
d7751783a9
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ if __name__ == '__main__':
|
|||
files_errored += 1 if file.error_message is not None else 0
|
||||
i += 1
|
||||
if file_update.complete or file_update.error_message is not None:
|
||||
save_file_list(input_files, args.working, status_json, script_type)
|
||||
save_file_list(input_files, args.working, status_json, script_type, stage)
|
||||
current_time = time.time()
|
||||
progress_queue.put([current_time, total_lines_processed, total_bytes_processed])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue