aboutsummaryrefslogtreecommitdiff
path: root/utils/config.py
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2024-07-27 21:42:39 -0400
committerGravatar Chris Xiong <chirs241097@gmail.com> 2024-07-27 21:42:39 -0400
commitbc55aecd7fcf9e9193431e28482bac6c52768b0d (patch)
treeb5a12761d9f8654947bf0bb15c6b4e3975314177 /utils/config.py
parent2e8481b7739e04bc83b1780a3aaf3e44d5baae25 (diff)
downloadnotekins-bc55aecd7fcf9e9193431e28482bac6c52768b0d.tar.xz
Twitter archive import support. Slight wording change.
Diffstat (limited to 'utils/config.py')
-rw-r--r--utils/config.py2
1 files changed, 1 insertions, 1 deletions
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()