Command: python -c "import urllib.request,urllib.error;u='https://script.google.com/macros/s/AKfycbwDd32VqhyqzmZMULHk_cimPVkI1u91XyuQW9r9VB7OZLydH_ehUy0cPju53tpir7t1qA/exec';r=urllib.request.Request(u,headers={'User-Agent':'Mozilla/5.0'});
try:
x=urllib.request.urlopen(r,timeout=30);print('STATUS',x.status);print('URL',x.geturl());print(x.read().decode()[:4000])
except urllib.error.HTTPError as e:
print('STATUS',e.code);print('URL',e.geturl());print(dict(e.headers));print(e.read().decode(errors='replace')[:4000])"
Directory: projects
Status: SUCCESS
Exit code: 0