Skip to content

Commit dfe1cbb

Browse files
committed
remove redundant launch.prepare_environment()
1 parent 72b1119 commit dfe1cbb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

‎modules/api/raypi.py‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,7 @@ def __init__(self):
231231
for auth in shared.cmd_opts.api_auth.split(","):
232232
user, password = auth.split(":")
233233
self.credentials[user] = password
234-
print("preparing env")
235-
launch.prepare_environment()
234+
236235

237236
print("API initialized")
238237

0 commit comments

Comments
 (0)