minor cleanup
This commit is contained in:
parent
4d6647bd6b
commit
ab147a880f
3 changed files with 3 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
out
|
out
|
||||||
downloaded.lst
|
downloaded.lst
|
||||||
delojza.log
|
delojza.log
|
||||||
|
initial.txt
|
|
@ -22,7 +22,7 @@ logging.basicConfig(level=logging.INFO,
|
||||||
format='%(asctime)s - %(name)s - %(levelname)s - %(message)s')
|
format='%(asctime)s - %(name)s - %(levelname)s - %(message)s')
|
||||||
logger = logging.getLogger("kunsax")
|
logger = logging.getLogger("kunsax")
|
||||||
|
|
||||||
markov: markovify.NewlineText
|
markov = None
|
||||||
|
|
||||||
|
|
||||||
def add_to_corpus(text):
|
def add_to_corpus(text):
|
||||||
|
|
1
robot.sh
1
robot.sh
|
@ -2,4 +2,5 @@
|
||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
cd ${DIR}
|
cd ${DIR}
|
||||||
./update.sh &
|
./update.sh &
|
||||||
|
source ./venv/bin/activate
|
||||||
python3 delojza.py 2>&1 |tee -a delojza.log
|
python3 delojza.py 2>&1 |tee -a delojza.log
|
||||||
|
|
Loading…
Reference in a new issue