Merge branch 'main' of gitlab.com:bashrc2/epicyon

merge-requests/30/head
Bob Mottram 2022-11-11 17:36:02 +00:00
commit 37c10f0163
1 changed files with 1 additions and 1 deletions

View File

@ -7278,7 +7278,7 @@ class PubServer(BaseHTTPRequestHandler):
# if the .followDMs flag file exists
dm_allowed_instances_filename = \
acct_dir(base_dir, nickname, domain) + \
'/dmAllowedinstances.txt'
'/dmAllowedInstances.txt'
if fields.get('dmAllowedInstances'):
try:
with open(dm_allowed_instances_filename, 'w+',