mirror of
https://github.com/Watchful1/PushshiftDumps.git
synced 2025-07-22 14:20:40 -04:00
Rename merge, add build_month.py
This commit is contained in:
parent
2f3c3c8f88
commit
aa4cc85334
5 changed files with 347 additions and 1 deletions
|
@ -44,6 +44,7 @@ def read_obj_zst_meta(file_name):
|
|||
lines = (buffer + chunk).split("\n")
|
||||
|
||||
for line in lines[:-1]:
|
||||
line = line.strip()
|
||||
try:
|
||||
json_object = json.loads(line)
|
||||
except (KeyError, json.JSONDecodeError) as err:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue