Skip to content

Commit 3e24a45

Browse files
committed
remove duplicate
1 parent 428f57c commit 3e24a45

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

ibw/client.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -118,15 +118,6 @@ def __init__(self, username: str, account: str, client_gateway_path: str = None)
118118
'''.format(serv_proc=self.server_process)
119119
)
120120

121-
# See if it exists.
122-
if not self.client_portal_folder.exists():
123-
print("The Client Portal Gateway doesn't exist. You need to download it before using the Library.")
124-
print("Downloading the Client Portal file...")
125-
self.client_portal_client.download_and_extract()
126-
127-
else:
128-
self.client_portal_folder = client_gateway_path
129-
130121
# Log the initial Info.
131122
logging.info('''
132123
Operating System: {op_sys}

0 commit comments

Comments
 (0)