Upper case

main
Bob Mottram 2022-11-11 17:08:36 +00:00
parent a8230d0285
commit ead0cfe0a2
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+',