mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-17 13:01:12 +00:00
fix all protocol_compilers and remove deprecated devices
This commit is contained in:
@@ -10,11 +10,7 @@ logger = logging.getLogger(__name__)
|
||||
|
||||
def debug_print(message):
|
||||
"""强制输出调试信息"""
|
||||
timestamp = time_module.strftime("%H:%M:%S")
|
||||
output = f"[{timestamp}] {message}"
|
||||
print(output, flush=True)
|
||||
sys.stdout.flush()
|
||||
# 同时写入日志
|
||||
output = f"[TRANSFER] {message}"
|
||||
logger.info(output)
|
||||
|
||||
def get_vessel_liquid_volume(G: nx.DiGraph, vessel: str) -> float:
|
||||
|
||||
Reference in New Issue
Block a user