mirror of https://gitlab.com/bashrc2/epicyon
Comment
parent
7a182248fd
commit
286fb72aa2
|
@ -1010,6 +1010,8 @@ def setDisplayNickname(baseDir: str, nickname: str, domain: str,
|
||||||
|
|
||||||
|
|
||||||
def setBio(baseDir: str, nickname: str, domain: str, bio: str) -> bool:
|
def setBio(baseDir: str, nickname: str, domain: str, bio: str) -> bool:
|
||||||
|
"""Only used within tests
|
||||||
|
"""
|
||||||
if len(bio) > 32:
|
if len(bio) > 32:
|
||||||
return False
|
return False
|
||||||
handle = nickname + '@' + domain
|
handle = nickname + '@' + domain
|
||||||
|
|
Loading…
Reference in New Issue