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'
|
translate['Info'] + '</button>\n'
|
||||||
|
|
||||||
personNotes = ''
|
personNotes = ''
|
||||||
print('originPathStr=' + originPathStr)
|
if originPathStr == '/users/' + nickname:
|
||||||
if originPathStr.startswith('/users/' + nickname + '/'):
|
|
||||||
personNotesFilename = \
|
personNotesFilename = \
|
||||||
baseDir + '/accounts/' + nickname + '@' + domain + \
|
baseDir + '/accounts/' + nickname + '@' + domain + \
|
||||||
'/notes/' + handle + '.txt'
|
'/notes/' + handle + '.txt'
|
||||||
|
|
Loading…
Reference in New Issue