renamed config file with calendar credentials
This commit is contained in:
parent
3b7049a4aa
commit
93d9d40f51
@ -11,7 +11,7 @@ import os
|
|||||||
|
|
||||||
# read ini file
|
# read ini file
|
||||||
cp = configparser.ConfigParser()
|
cp = configparser.ConfigParser()
|
||||||
cp.read('../config.ini')
|
cp.read('../events.ini')
|
||||||
server_url = cp["CalDAV"]["server_url"]
|
server_url = cp["CalDAV"]["server_url"]
|
||||||
cal_url = cp["CalDAV"]["cal_url"]
|
cal_url = cp["CalDAV"]["cal_url"]
|
||||||
cal_user = cp["CalDAV"]["cal_user"]
|
cal_user = cp["CalDAV"]["cal_user"]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user