Skip to content

Commit d76626d

Browse files
committed
FIX: switch to remote mode in connect!
1 parent 7c394df commit d76626d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dotscience/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ def connect(self, username, apikey, project, hostname):
274274
api_key=apikey
275275
)
276276
self._hostname = hostname
277-
277+
self._mode = "remote"
278278
self._auth = (username, apikey)
279279
self._project_name = project
280280
print("Checking connection... ", end="")

0 commit comments

Comments
 (0)