sync: auto-sync from HOWARD-HOME at 2026-07-04 08:43:14

Author: Howard Enos
Machine: HOWARD-HOME
Timestamp: 2026-07-04 08:43:14
This commit is contained in:
2026-07-04 08:43:40 -07:00
parent 1ab0e88e67
commit 4e739abe5f
2 changed files with 10 additions and 1 deletions

View File

@@ -63,7 +63,8 @@ for c in sorted(targets):
cc=dtc=dpc=0
for h,(a,ss) in sess.items():
if len(ss)>1: continue # ambiguous: name shared across clients OR a within-client dup -> never auto-write (would cross-contaminate). Handle by-hand.
dt=dtype(h,a.get("os_type","")); dp=dept(h)
dt=dtype(h,a.get("os_type",""))
dp=dept(h) or ("IT" if dt=="Server" else "") # servers -> IT when no role token
for s in ss:
cur=list(s.get("CustomPropertyValues") or [])
while len(cur)<8: cur.append("")