mirror of
https://github.com/frozenpandaman/s3s.git
synced 2026-09-07 18:15:48 -05:00
Merge branch 'master' into use-shutil-get_terminal_size
This commit is contained in:
4
s3s.py
Executable file → Normal file
4
s3s.py
Executable file → Normal file
@@ -1022,6 +1022,10 @@ 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.'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user