mirror of https://gitlab.com/bashrc2/epicyon
Upper case
parent
a8230d0285
commit
ead0cfe0a2
|
@ -7278,7 +7278,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
# if the .followDMs flag file exists
|
# if the .followDMs flag file exists
|
||||||
dm_allowed_instances_filename = \
|
dm_allowed_instances_filename = \
|
||||||
acct_dir(base_dir, nickname, domain) + \
|
acct_dir(base_dir, nickname, domain) + \
|
||||||
'/dmAllowedinstances.txt'
|
'/dmAllowedInstances.txt'
|
||||||
if fields.get('dmAllowedInstances'):
|
if fields.get('dmAllowedInstances'):
|
||||||
try:
|
try:
|
||||||
with open(dm_allowed_instances_filename, 'w+',
|
with open(dm_allowed_instances_filename, 'w+',
|
||||||
|
|
Loading…
Reference in New Issue