MohammedAlakhras commited on
Commit
b12e721
·
verified ·
1 Parent(s): 0e5e412

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="4/0AQlEd8yLHti1p8P_Oi7Df1oKGRZ50qCxAKWyMj0VGxBzCfRlnmSPa52PcQ51CCdItLHobQ" --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"}
 
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"}