diff options
author | Mark Powers <markppowers0@gmail.com> | 2020-09-26 19:00:25 -0500 |
---|---|---|
committer | Mark Powers <markppowers0@gmail.com> | 2020-09-26 19:00:25 -0500 |
commit | 0f9519ade58173de0b564058ff7588b471cd7c65 (patch) | |
tree | 21842d11aba325e4bd6aaa91fbcc1db816ce1a9e /config.py | |
parent | c589248cd48214096bdfcd2c637b23c38f79699f (diff) |
Add wikipedia, wikiquote, and calvin and hobbes links
Diffstat (limited to 'config.py')
-rw-r--r-- | config.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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): |