mirror of https://gitlab.com/bashrc2/epicyon
Origin check
parent
8635d68e3e
commit
2d86165795
|
@ -351,8 +351,7 @@ def htmlPersonOptions(defaultTimeline: str,
|
|||
translate['Info'] + '</button>\n'
|
||||
|
||||
personNotes = ''
|
||||
print('originPathStr=' + originPathStr)
|
||||
if originPathStr.startswith('/users/' + nickname + '/'):
|
||||
if originPathStr == '/users/' + nickname:
|
||||
personNotesFilename = \
|
||||
baseDir + '/accounts/' + nickname + '@' + domain + \
|
||||
'/notes/' + handle + '.txt'
|
||||
|
|
Loading…
Reference in New Issue