From e4775b805da73d75be3ec54986b953f188714744 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Tue, 13 Mar 2018 15:51:36 +0200 Subject: [PATCH] Refactoring --- pysollib/mfxutil.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pysollib/mfxutil.py b/pysollib/mfxutil.py index 2fd814b1..71a1013c 100644 --- a/pysollib/mfxutil.py +++ b/pysollib/mfxutil.py @@ -321,5 +321,5 @@ def openURL(url): except OSError: # raised on windows if link is unreadable pass except Exception: - return 0 - return 1 + return False + return True