mirror of
https://github.com/Watchful1/PushshiftDumps.git
synced 2025-07-22 22:30:49 -04:00
Fix count
This commit is contained in:
parent
a5a5950e94
commit
58d996a86c
2 changed files with 20 additions and 1 deletions
|
@ -66,7 +66,7 @@ def save_file_list(input_files, working_folder, status_json, script_type, stage)
|
||||||
os.makedirs(working_folder)
|
os.makedirs(working_folder)
|
||||||
simple_file_list = []
|
simple_file_list = []
|
||||||
for file in input_files:
|
for file in input_files:
|
||||||
simple_file_list.append([file.input_path, file.output_path, file.complete, file.lines_processed, file.error_lines, file.monthly_count_file])
|
simple_file_list.append([file.input_path, file.output_path, file.complete, file.lines_processed, file.error_lines, file.count_file_path])
|
||||||
with open(status_json, 'w') as status_json_file:
|
with open(status_json, 'w') as status_json_file:
|
||||||
output_dict = {
|
output_dict = {
|
||||||
"files": simple_file_list,
|
"files": simple_file_list,
|
||||||
|
|
|
@ -179,3 +179,22 @@ timee_bot
|
||||||
notthebottest
|
notthebottest
|
||||||
colorsbot
|
colorsbot
|
||||||
ComeOnMisspellingBot
|
ComeOnMisspellingBot
|
||||||
|
AlbumHelperBot
|
||||||
|
cheer_up_bot
|
||||||
|
CMBDeletebot
|
||||||
|
comfort_bot_1962
|
||||||
|
friendly-bot
|
||||||
|
Gyazo_Bot
|
||||||
|
Image-to-Braille-Bot
|
||||||
|
image_linker_bot
|
||||||
|
imgurtranscriber
|
||||||
|
JustAnAlpacaBot
|
||||||
|
metric_robot
|
||||||
|
OriginalPostSearcher
|
||||||
|
PenisDetectorBot
|
||||||
|
Sub_Corrector_Bot
|
||||||
|
TrendingBot
|
||||||
|
xkcd_transcriber
|
||||||
|
XPostLinker
|
||||||
|
Yasuo_Spelling_Bot
|
||||||
|
yourewelcome_bot
|
Loading…
Add table
Add a link
Reference in a new issue