merge-requests/30/head
Bob Mottram 2023-12-24 16:22:25 +00:00
parent 7736ee3531
commit 0284607e02
1 changed files with 2 additions and 1 deletions

View File

@ -8067,7 +8067,8 @@ class PubServer(BaseHTTPRequestHandler):
with open(hide_follows_filename, 'w+', with open(hide_follows_filename, 'w+',
encoding='utf-8') as rfile: encoding='utf-8') as rfile:
rfile.write('\n') rfile.write('\n')
print('hide follows 3') print('hide follows 3 ' +
hide_follows_filename)
except OSError: except OSError:
print('EX: unable to write hideFollows ' + print('EX: unable to write hideFollows ' +
hide_follows_filename) hide_follows_filename)