Spaces:
Runtime error
Runtime error
MohammedAlakhras
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ import subprocess
|
|
68 |
|
69 |
#@markdown Visit http://remotedesktop.google.com/headless and copy the command after Authentication
|
70 |
|
71 |
-
CRP = "DISPLAY= /opt/google/chrome-remote-desktop/start-host --code
|
72 |
|
73 |
#@markdown Enter a Pin (more or equal to 6 digits)
|
74 |
Pin = 123456 #@param {type: "integer"}
|
|
|
68 |
|
69 |
#@markdown Visit http://remotedesktop.google.com/headless and copy the command after Authentication
|
70 |
|
71 |
+
CRP = "DISPLAY= /opt/google/chrome-remote-desktop/start-host --code=\"4/0AQlEd8zOHzccZFfR6rYPiI2Z5JnQphteAX8dkdTgU8cy9j_vSc7VIHfLMDY5zMvL4Gddzw\" --redirect-url=\"https://remotedesktop.google.com/_/oauthredirect\" --name=$(hostname)" #@param {type:"string"}
|
72 |
|
73 |
#@markdown Enter a Pin (more or equal to 6 digits)
|
74 |
Pin = 123456 #@param {type: "integer"}
|