added filter to only get due until today
This commit is contained in:
parent
01171acf35
commit
4d2732da54
3 changed files with 12 additions and 2 deletions
2
main.py
2
main.py
|
|
@ -14,7 +14,7 @@ def parseConfig() -> tuple[str, str, str, str]:
|
|||
return file.readline().strip()
|
||||
|
||||
config = configparser.ConfigParser()
|
||||
# config.read("/etc/calDAVtoCSV/config.ini")
|
||||
# TODO: option to call the one in test instead or specify one
|
||||
config.read("/etc/calDAVtoCSV/config.ini")
|
||||
|
||||
calDavAddress = config.get("calDAV", "address")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue