From 0805cfeb61806fe9ae1d75cad614a42e32900139 Mon Sep 17 00:00:00 2001 From: tomkat83 Date: Sun, 30 Apr 2017 17:11:11 +0200 Subject: [PATCH] Fix TypeError --- default.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/default.py b/default.py index 311ea999..9f30f61c 100644 --- a/default.py +++ b/default.py @@ -123,9 +123,7 @@ class Main(): elif mode in ('manualsync', 'repair'): if window('plex_online') != 'true': # Server is not online, do not run the sync - dialog('ok', - heading=lang(29999), - message=lang(39205)) + dialog('ok', lang(29999), lang(39205)) log.error('Not connected to a PMS.') else: if mode == 'repair':