Skip to content

Commit f908c7a

Browse files
committed
fix access to token
1 parent 367f147 commit f908c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shellfoundry/utilities/driver_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def _generate_driver_data_model(
6767
url = "http://{}:{}/API/ShellDrivers/Generate".format(
6868
cloudshell_config.host, cloudshell_config.port
6969
)
70-
token = client.token
70+
token = client._token
7171
response = post(
7272
url,
7373
files={path.basename(shell_filename): open(package_full_path, "rb")},

0 commit comments

Comments
 (0)