From 854a341791d262481210d0ed206f8c09e9f70c70 Mon Sep 17 00:00:00 2001 From: Artanicus Date: Thu, 22 Mar 2018 11:52:39 -0400 Subject: [PATCH] Don't override parameters we actually get from the function call --- cozify/cloud.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/cozify/cloud.py b/cozify/cloud.py index 7847298..fcdf072 100644 --- a/cozify/cloud.py +++ b/cozify/cloud.py @@ -81,8 +81,6 @@ def authenticate(trustCloud=True, trustHub=True, remote=False, autoremote=True): hub_info = None hub_ip = None - remote = None - autoremote = None if not hub.exists(hub_id): autoremote = True else: