1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-28 19:40:54 +00:00

Code cleanup and refactoring

This commit is contained in:
Tuna Celik 2020-08-17 02:14:04 +02:00
parent 5253a464ab
commit 389a6b9906
5 changed files with 41 additions and 31 deletions

View file

@ -2,5 +2,5 @@ from radicale import hook
class Hook(hook.BaseHook):
def notify(self, content):
def notify(self, notification_item):
"""Notify nothing. Empty hook."""