Merge branch 'main' of ssh://code.freedombone.net:2222/bashrc/epicyon into main

main
Bob Mottram 2021-03-15 11:39:07 +00:00
commit 54ee39efcb
1 changed files with 2 additions and 0 deletions

View File

@ -381,6 +381,8 @@ def _showLocalBox(boxName: str,
os.path.join(msgDir, os.path.join(msgDir,
publishedYear + '/' + publishedYear + '/' +
publishedMonth + '/' + index[pos]) publishedMonth + '/' + index[pos])
if not os.path.isfile(speakerJsonFilename):
continue
speakerJson = loadJson(speakerJsonFilename) speakerJson = loadJson(speakerJsonFilename)
if not speakerJson.get('published'): if not speakerJson.get('published'):
continue continue