Inkycal/inkycal
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
..
custom Corrected typo 2020-12-06 23:26:17 +01:00
display support for v2 display 2021-04-24 00:24:56 +02:00
modules Fix for deleted groups causing Exceptions 2022-02-09 22:16:26 +01:00
tests formalities.. 2020-12-05 00:26:13 +01:00
__init__.py Added Slideshow module 2020-11-29 14:52:50 +01:00
main.py fixing issues with log file on readthedocs 2020-12-07 00:23:42 +01:00