projects
/
python_utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1263057
)
Update requirements.txt and fix a bug in unscrambler.
author
Scott Gasch
<scott@gasch.org>
Fri, 12 Aug 2022 17:32:51 +0000
(10:32 -0700)
committer
Scott Gasch
<scott@gasch.org>
Fri, 12 Aug 2022 17:32:51 +0000
(10:32 -0700)
requirements.txt
patch
|
blob
|
history
unscrambler.py
patch
|
blob
|
history
diff --git
a/requirements.txt
b/requirements.txt
index 4a1471f25bf96449fa3379eb61381b1ce573c613..28355aca16e98e2b890718ac2e4f5cbe0408ebcf 100644
(file)
--- a/
requirements.txt
+++ b/
requirements.txt
@@
-28,4
+28,4
@@
sqlalchemy
pymysql
kazoo
sphinx
-
+threadpoolctl
diff --git
a/unscrambler.py
b/unscrambler.py
index 3ccddbbea5ef3f59e3915c5046586e62f74f1182..d70db9936201041a7888e3aee4de9c95f7c61951 100644
(file)
--- a/
unscrambler.py
+++ b/
unscrambler.py
@@
-131,7
+131,7
@@
class Unscrambler(object):
"""Returns the current indexfile location."""
if indexfile is None:
if 'unscrambler_default_indexfile' in config.config:
- indexfile = config.config['unscramble_indexfile']
+ indexfile = config.config['unscramble
r_default
_indexfile']
else:
indexfile = "/usr/share/dict/sparse_index"
else: