summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rwxr-xr-xmain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index 7a68ac6..e87122d 100755
--- a/main.py
+++ b/main.py
@@ -111,7 +111,7 @@ def main():
# sort by text length
data = sorted(data, key=lambda i: len(i['text']))
- for obj in data[6:]:
+ for obj in data:
text = obj['text']
text = clean_string(text, remove_junk=args.remove_junk)