From dc62736d843949a4f6a01cbd1af09c25a38673a9 Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Mon, 19 Jul 2021 20:49:51 -0500 Subject: Refactor how some events work --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.py') diff --git a/config.py b/config.py index 8e1f6c3..bbd9996 100644 --- a/config.py +++ b/config.py @@ -1,4 +1,4 @@ import configparser config = configparser.ConfigParser() -config.read('config.ini') +config.read('/etc/phone/config.ini') -- cgit v1.2.3