diff --git a/webapp_person_options.py b/webapp_person_options.py index 3ee334b49..5f824b3bc 100644 --- a/webapp_person_options.py +++ b/webapp_person_options.py @@ -351,8 +351,7 @@ def htmlPersonOptions(defaultTimeline: str, translate['Info'] + '\n' personNotes = '' - print('originPathStr=' + originPathStr) - if originPathStr.startswith('/users/' + nickname + '/'): + if originPathStr == '/users/' + nickname: personNotesFilename = \ baseDir + '/accounts/' + nickname + '@' + domain + \ '/notes/' + handle + '.txt'