core/desktop: Use default server timeout

Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
This commit is contained in:
Johannes Löthberg 2017-02-23 13:51:35 +01:00
parent 2cfeeca3e2
commit 96936946fa

View File

@ -13,7 +13,7 @@ class BaseDesktopNotification:
"""
def __init__(self, title, body, icon="dialog-information", urgency=1,
timeout=0, log_level=logging.WARNING):
timeout=-1, log_level=logging.WARNING):
self.title = title
self.body = body
self.icon = icon