mirror of https://gitlab.com/bashrc2/epicyon
Logic sequence
parent
561640abfe
commit
77dc42c343
|
@ -255,13 +255,13 @@ def addLocalBlogsToNewswire(baseDir: str, newswire: {},
|
|||
nickname = handle.split('@')[0]
|
||||
if not isTrustedByNewswire(baseDir, nickname):
|
||||
continue
|
||||
accountDir = os.path.join(baseDir + '/accounts', handle)
|
||||
|
||||
# has this account been suspended?
|
||||
if isSuspended(baseDir, nickname):
|
||||
continue
|
||||
|
||||
# is there a blogs timeline for this account?
|
||||
accountDir = os.path.join(baseDir + '/accounts', handle)
|
||||
blogsIndex = accountDir + '/tlblogs.index'
|
||||
if os.path.isfile(blogsIndex):
|
||||
domain = handle.split('@')[1]
|
||||
|
|
Loading…
Reference in New Issue