Inkycal/inkycal/modules
Ace b08a585424
Fix for deleted groups causing Exceptions
Deleted groups would previously cause the module to fail as the api would still show todos from groups that have been deleted, but not the name of the group.
Iterating over the groups caused a KeyError Exception. This commit does an additional check to see if the group really does exist or has been deleted.
2022-02-09 22:16:26 +01:00
..
__init__.py Added Slideshow module 2020-11-29 14:52:50 +01:00
dev_module.py adapted 3rd party module template 2020-11-24 00:40:07 +01:00
ical_parser.py fixed loading from file 2020-12-02 00:58:37 +01:00
inky_image.py Added merge function 2020-12-05 00:17:59 +01:00
inkycal_agenda.py formalities.. 2020-12-05 00:21:44 +01:00
inkycal_calendar.py Fix for auto-expansion of events for 4 rows 2021-02-04 23:48:17 +01:00
inkycal_feeds.py formalities.. 2020-12-05 00:21:44 +01:00
inkycal_image.py Corrected typo 2020-12-06 23:26:17 +01:00
inkycal_jokes.py formalities.. 2020-12-05 00:21:44 +01:00
inkycal_server.py added sample for inkycal_server 2020-12-05 00:26:55 +01:00
inkycal_slideshow.py formalities.. 2020-12-05 00:26:13 +01:00
inkycal_stocks.py changed yfinance requirement to 0.1.62 2021-07-11 11:26:05 +02:00
inkycal_todoist.py Fix for deleted groups causing Exceptions 2022-02-09 22:16:26 +01:00
inkycal_weather.py various improvements 2020-12-05 00:20:40 +01:00
template.py Corrected typo 2020-12-06 23:26:17 +01:00