diff --git a/utils/refresh-events.py b/utils/refresh-events.py index 242ba61..1e7b2b8 100755 --- a/utils/refresh-events.py +++ b/utils/refresh-events.py @@ -11,7 +11,7 @@ import os # read ini file cp = configparser.ConfigParser() -cp.read('../config.ini') +cp.read('../events.ini') server_url = cp["CalDAV"]["server_url"] cal_url = cp["CalDAV"]["cal_url"] cal_user = cp["CalDAV"]["cal_user"]