code cleanup

This commit is contained in:
eli fessler
2022-09-28 11:27:52 -10:00
parent 4a379a9da1
commit 1e0bc147d7

3
s3s.py
View File

@@ -1022,9 +1022,6 @@ class SquidProgress:
sys.stdout.write(f"\r{' '*(os.get_terminal_size()[0] - 1)}\r")
sys.stdout.flush()
def __del__(self):
sys.stdout.write(f"\r{' '*(os.get_terminal_size()[0] - 1)}\r")
sys.stdout.flush()
def main():
'''Main process, including I/O and setup.'''