This commit is contained in:
2026-05-02 01:03:44 +03:00
parent 66dcb71a8d
commit 45e71ed90b

View File

@@ -83,7 +83,8 @@ def evaluate_blueprints(conn):
(town_id,)
).fetchall()
if db_pending:
log.warning(f"[blueprint] Already has {len(db_pending)} pending/executing commands — skipping")
details = [(r['id'], r['type'], r['status']) for r in db_pending]
log.warning(f"[blueprint] Already has {len(db_pending)} pending/executing commands — skipping. Commands: {details}")
continue
# Calculate Future Levels based on current + game queue