Skip to content

Commit

Permalink
Don't override parameters we actually get from the function call
Browse files Browse the repository at this point in the history
  • Loading branch information
jinnatar committed Mar 22, 2018
1 parent 0b5b8ea commit 854a341
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cozify/cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 854a341

Please sign in to comment.