missing import for randint
This commit is contained in:
parent
d08f1f94ec
commit
c4a9c0ce90
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
import sqlite3
|
||||
import markovify
|
||||
import regex
|
||||
from random import randint
|
||||
|
||||
def make_sentence(cfg):
|
||||
class nlt_fixed(markovify.NewlineText): # modified version of NewlineText that never rejects sentences
|
||||
|
|
Loading…
Reference in a new issue