v.0.11.1 --network=dev-network for conatiners

This commit is contained in:
tiijay
2025-11-21 11:31:07 +00:00
parent 2233be7987
commit 3a8fb95f4f
5 changed files with 45 additions and 16 deletions

View File

@@ -32,8 +32,6 @@ class DigitalClock:
fresh_part: str = time_str[mismatch_pos:]
part_to_clear: str = self.stored_time_str[mismatch_pos:]
print(f"untouched_part: {untouched_part}[{part_to_clear}-->{fresh_part}] ")
textwidth: int = self._text_width(self.stored_time_str)
print(f"{self.stored_time_str}: #{textwidth}")