Remove test

main
Bob Mottram 2022-07-21 11:49:31 +01:00
parent 901089f81d
commit 9cb863a185
1 changed files with 1 additions and 1 deletions

View File

@ -5553,7 +5553,7 @@ class PubServer(BaseHTTPRequestHandler):
elif m_type == 'submitImportFollows':
filename_base = \
acct_dir(base_dir, nickname, domain) + \
'/import_following_test.csv'
'/import_following.csv'
else:
filename_base = \
acct_dir(base_dir, nickname, domain) + \