mirror of https://gitlab.com/bashrc2/epicyon
Include @
parent
4b53029376
commit
32f4f9a77c
2
utils.py
2
utils.py
|
@ -384,7 +384,7 @@ def noOfAccounts(baseDir: str) -> bool:
|
||||||
for subdir, dirs, files in os.walk(baseDir+'/accounts'):
|
for subdir, dirs, files in os.walk(baseDir+'/accounts'):
|
||||||
for account in dirs:
|
for account in dirs:
|
||||||
if '@' in account:
|
if '@' in account:
|
||||||
if not account.startswith('inbox'):
|
if not account.startswith('inbox@'):
|
||||||
accountCtr+=1
|
accountCtr+=1
|
||||||
return accountCtr
|
return accountCtr
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue