v.0.11.2 added beautyful soup bs4
This commit is contained in:
@@ -32,9 +32,6 @@ class DigitalClock:
|
||||
fresh_part: str = time_str[mismatch_pos:]
|
||||
part_to_clear: str = self.stored_time_str[mismatch_pos:]
|
||||
|
||||
textwidth: int = self._text_width(self.stored_time_str)
|
||||
print(f"{self.stored_time_str}: #{textwidth}")
|
||||
|
||||
textwidth_untouched_part: int = self._text_width(untouched_part)
|
||||
clear_x_start_pos: int = self.xpos + textwidth_untouched_part + 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user