Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
Update launcher.py
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju authored Sep 3, 2020
1 parent 9183933 commit cd8b17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guiscrcpy/launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,7 @@ def set_scrcpy_server_path(config):
config['scrcpy-server'] = server_path
os.environ['SCRCPY_SERVER_PATH'] = server_path
elif (
(scrcpy_server_path_env is None) or
(scrcpy_server_path_env is None) and
(isinstance(config.get('scrcpy-server'), 'str') and
not os.path.exists(config.get('scrcpy-server')))
) and (
Expand Down

0 comments on commit cd8b17a

Please sign in to comment.