refactory old scripts
This commit is contained in:
@@ -580,7 +580,7 @@ async def _send_elab_data_api(cfg: dict, id: int, unit_name: str, tool_name: str
|
||||
if not elab_csv:
|
||||
return False
|
||||
|
||||
print(elab_csv)
|
||||
logger.debug(f"id {id} - {unit_name} - {tool_name}: CSV elaborato pronto per invio API (size: {len(elab_csv)} bytes)")
|
||||
# if await send_elab_csv_to_customer(cfg, id, unit_name, tool_name, elab_csv, pool):
|
||||
if True: # Placeholder per test
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user