Test for csv import

main
Bob Mottram 2022-07-21 11:19:28 +01:00
parent dcde5038ff
commit 35220e5e94
1 changed files with 1 additions and 1 deletions

View File

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