From bc55aecd7fcf9e9193431e28482bac6c52768b0d Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sat, 27 Jul 2024 21:42:39 -0400 Subject: Twitter archive import support. Slight wording change. --- utils/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/config.py') diff --git a/utils/config.py b/utils/config.py index 05c1f9d..43d3683 100644 --- a/utils/config.py +++ b/utils/config.py @@ -58,7 +58,7 @@ class config: return self.d[k] def require(self): if self.f is None: - print("This operation requires a configuration file, but none can be found.") + print("This operation requires a configuration file, but none was found.") exit(1) conf = config() -- cgit v1.2.3