From 0f9519ade58173de0b564058ff7588b471cd7c65 Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Sat, 26 Sep 2020 19:00:25 -0500 Subject: Add wikipedia, wikiquote, and calvin and hobbes links --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.py') diff --git a/config.py b/config.py index 645288f..c54162f 100644 --- a/config.py +++ b/config.py @@ -1,7 +1,7 @@ import os from configparser import ConfigParser -config_path = "/home/mark/email-scripts/config.ini" +config_path = "/home/mark/projects/email-scripts/config.ini" config = ConfigParser() if os.path.isfile(config_path): -- cgit v1.2.3