debug 3
This commit is contained in:
@@ -83,7 +83,8 @@ def evaluate_blueprints(conn):
|
|||||||
(town_id,)
|
(town_id,)
|
||||||
).fetchall()
|
).fetchall()
|
||||||
if db_pending:
|
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
|
continue
|
||||||
|
|
||||||
# Calculate Future Levels based on current + game queue
|
# Calculate Future Levels based on current + game queue
|
||||||
|
|||||||
Reference in New Issue
Block a user