mirror of https://gitlab.com/bashrc2/epicyon
Remove newlines
parent
e87fd5a168
commit
498d903511
|
@ -51,7 +51,7 @@ def createInitialLastSeen(baseDir: str, httpPrefix: str) -> None:
|
|||
if '@' not in handle:
|
||||
continue
|
||||
nickname = handle.split('@')[0]
|
||||
domain = handle.split('@')[1]
|
||||
domain = handle.split('@')[1].strip()
|
||||
actor = \
|
||||
httpPrefix + '://' + \
|
||||
nickname + '@' + domain + '/users/' + nickname
|
||||
|
|
Loading…
Reference in New Issue