mirror of https://gitlab.com/bashrc2/epicyon
Merge branch 'main' of ssh://code.freedombone.net:2222/bashrc/epicyon into main
commit
54ee39efcb
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue