This commit is contained in:
2025-11-21 22:46:44 +01:00
parent 26af2825e4
commit fde437bbe2
13 changed files with 2 additions and 2 deletions

0
inkycal/modules/__init__.py Executable file → Normal file
View File

0
inkycal/modules/dev_module.py Executable file → Normal file
View File

0
inkycal/modules/ical_parser.py Executable file → Normal file
View File

0
inkycal/modules/inkycal_agenda.py Executable file → Normal file
View File

0
inkycal/modules/inkycal_calendar.py Executable file → Normal file
View File

0
inkycal/modules/inkycal_image.py Executable file → Normal file
View File

0
inkycal/modules/inkycal_jokes.py Executable file → Normal file
View File

0
inkycal/modules/inkycal_server.py Executable file → Normal file
View File

0
inkycal/modules/inkycal_slideshow.py Executable file → Normal file
View File

0
inkycal/modules/inkycal_stocks.py Executable file → Normal file
View File

0
inkycal/modules/inkycal_tindie.py Executable file → Normal file
View File

View File

@@ -215,8 +215,8 @@ class Vikunja(inkycal_module):
logger.debug(f"all_projects: {all_projects}")
logger.debug(f"all_active_tasks: {all_active_tasks}")
print(f"all_projects: {all_projects}")
print(f"all_active_tasks: {all_active_tasks}")
# print(f"all_projects: {all_projects}")
# print(f"all_active_tasks: {all_active_tasks}")
# Filter entries in all_projects if filter was given
if self.project_filter:

0
inkycal/modules/template.py Executable file → Normal file
View File