forked from indymedia/epicyon
Remove newline
parent
f3e0d4e17c
commit
f1886ddd9c
|
@ -50,7 +50,7 @@ def createInitialLastSeen(baseDir: str, httpPrefix: str) -> None:
|
||||||
continue
|
continue
|
||||||
if '@' not in handle:
|
if '@' not in handle:
|
||||||
continue
|
continue
|
||||||
handle = handle.strip()
|
handle = handle.replace('\n', '')
|
||||||
nickname = handle.split('@')[0]
|
nickname = handle.split('@')[0]
|
||||||
domain = handle.split('@')[1]
|
domain = handle.split('@')[1]
|
||||||
actor = \
|
actor = \
|
||||||
|
|
Loading…
Reference in New Issue