Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -85,7 +85,7 @@ if __name__ == "__main__": | ... | @@ -85,7 +85,7 @@ if __name__ == "__main__": |
| 85 | 85 | ||
| 86 | hashTermFiles = lists["hashTermFiles"] | 86 | hashTermFiles = lists["hashTermFiles"] |
| 87 | hashTerms = lists["hashTerms"] | 87 | hashTerms = lists["hashTerms"] |
| 88 | - hashTermsOrig = [] | 88 | + hashTermsOrig = {} |
| 89 | 89 | ||
| 90 | for key in hashTermFiles.keys(): | 90 | for key in hashTermFiles.keys(): |
| 91 | for f in hashTermFiles[key]: | 91 | for f in hashTermFiles[key]: | ... | ... |
-
Please register or login to post a comment