debug 3
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user