MohammedAlakhras commited on
Commit
44652fb
·
verified ·
1 Parent(s): 5b02b64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="YOUR_OAUTH_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'