From 35220e5e945f1cec9403c922df753d2e6ff15a46 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 21 Jul 2022 11:19:28 +0100 Subject: [PATCH] Test for csv import --- daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon.py b/daemon.py index c3997eb6e..2917d3495 100644 --- a/daemon.py +++ b/daemon.py @@ -5553,7 +5553,7 @@ class PubServer(BaseHTTPRequestHandler): elif m_type == 'submitImportFollows': filename_base = \ acct_dir(base_dir, nickname, domain) + \ - '/import_following.csv' + '/import_following_test.csv' else: filename_base = \ acct_dir(base_dir, nickname, domain) + \