From f6a86628fc285a2d728c2b67c151672ce39b5240 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 2 Jun 2022 11:55:40 +0100 Subject: [PATCH] Put optional onion domain configuration into accounts --- webapp_post.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp_post.py b/webapp_post.py index 5229cacdc..0c32d0453 100644 --- a/webapp_post.py +++ b/webapp_post.py @@ -1525,7 +1525,7 @@ def _substitute_onion_domains(base_dir: str, content: str) -> str: "twitter.com": twitter_onion } - onion_domains_filename = base_dir + '/onion_domains.txt' + onion_domains_filename = base_dir + '/accounts/onion_domains.txt' if os.path.isfile(onion_domains_filename): onion_domains_list = [] try: