Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions configure.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
virtualenv -p python3 venv
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
pip3 install -r requirements.txt
2 changes: 1 addition & 1 deletion jhf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import random
from sys import argv
from string import hexdigits

import lxml_html_clean

CLEAN_LINE = "\033[1K\r"
GREEN_COLOR = "\033[42;30m"
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
requests_html
requests_html
lxml_html_clean