Skip to content

Commit d907cbb

Browse files
committed
daysago3
1 parent 5347a19 commit d907cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/data_processing/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def convert_to_csv(self, txt_dfs):
2121
tweets = []
2222

2323
for line in lines:
24-
print(line)
24+
#print(line)
2525
if line.strip():
2626
try:
2727
tweets.append(json.loads(line))

0 commit comments

Comments
 (0)