1
0

fix qt seed dialog (follow-up af86c7e3fd)

This commit is contained in:
SomberNight
2019-11-15 23:50:05 +01:00
parent 600b26eed6
commit 6e3875ceab
2 changed files with 2 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ def normalize_text(seed: str) -> str:
_WORDLIST_CACHE = {}
def load_wordlist(filename):
def load_wordlist(filename) -> tuple:
path = resource_path('wordlist', filename)
if path not in _WORDLIST_CACHE:
with open(path, 'r', encoding='utf-8') as f: