You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The number of users returned is always 1.
I think the problem is at line 169 accounts = len([listfiles(account_dir)])
I do not know how to fix it myself, because I do not understand the problem here.
The text was updated successfully, but these errors were encountered:
The number of users returned is always 1.
I think the problem is at line 169
accounts = len([listfiles(account_dir)])
I do not know how to fix it myself, because I do not understand the problem here.
The text was updated successfully, but these errors were encountered: