Spaces:
Runtime error
Runtime error
MohammedAlakhras
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def setup_chrome_remote_desktop():
|
|
12 |
# Execute the command with the DISPLAY environment variable set
|
13 |
command = [
|
14 |
"bash", "-c",
|
15 |
-
'DISPLAY= /opt/google/chrome-remote-desktop/start-host --code="
|
16 |
'--redirect-url="https://remotedesktop.google.com/_/oauthredirect" '
|
17 |
'--name=$(hostname) '
|
18 |
'--pin=123456'
|
|
|
12 |
# Execute the command with the DISPLAY environment variable set
|
13 |
command = [
|
14 |
"bash", "-c",
|
15 |
+
'DISPLAY= /opt/google/chrome-remote-desktop/start-host --code="4/0AQlEd8yLHti1p8P_Oi7Df1oKGRZ50qCxAKWyMj0VGxBzCfRlnmSPa52PcQ51CCdItLHobQ" '
|
16 |
'--redirect-url="https://remotedesktop.google.com/_/oauthredirect" '
|
17 |
'--name=$(hostname) '
|
18 |
'--pin=123456'
|