Job 1788150692691

Command: python -c "from pathlib import Path; import hashlib; root=Path(r'C:\Users\ash\Documents\ShopeeApi'); for name in ['app/main.py','app/db.py']: p=root/name; print(name, hashlib.sha256(p.read_bytes()).hexdigest(), p.stat().st_size) p=root/'app/main.py'; L=p.read_text(encoding='utf-8',errors='replace').splitlines(); print('IMPORTS'); [print(f'{i+1}: {L[i]}') for i in range(min(100,len(L))) if any(x in L[i] for x in ['threading','from typing','import '])]" && powershell -NoProfile -Command "Get-NetTCPConnection -LocalPort 8132 -State Listen -ErrorAction SilentlyContinue | Select-Object LocalPort,OwningProcess | ConvertTo-Json -Compress; $c=Get-NetTCPConnection -LocalPort 8132 -State Listen -ErrorAction SilentlyContinue; if($c){Get-CimInstance Win32_Process -Filter ('ProcessId='+$c.OwningProcess) | Select-Object ProcessId,CommandLine | ConvertTo-Json -Compress}"
Directory: projects
Status: SUCCESS
Exit code: 0

Cancel Job Rerun Command Refresh