fixing commit

This commit is contained in:
acidburn
2023-04-29 22:02:43 -04:00
parent 5f3afa9bf4
commit 8c0eadcf26
2 changed files with 0 additions and 41 deletions
-2
View File
@@ -1,2 +0,0 @@
send keyboard command ro restart i3
add info logs
-39
View File
@@ -1,39 +0,0 @@
import time
from rich.progress import Progress
with Progress() as progress:
task1 = progress.add_task("[red]Downloading...", total=10)
while not progress.finished:
progress.update(task1, advance=1)
print('step1')
time.sleep(1)
progress.update(task1, advance=1)
print('step2')
time.sleep(1)
progress.update(task1, advance=1)
print('step3')
time.sleep(1)
progress.update(task1, advance=1)
print('step4')
time.sleep(1)
progress.update(task1, advance=1)
print('step5')
time.sleep(1)
progress.update(task1, advance=1)
print('step6')
time.sleep(1)
progress.update(task1, advance=1)
print('step7')
time.sleep(1)
progress.update(task1, advance=1)
print('step8')
time.sleep(1)
progress.update(task1, advance=1)
print('step9')
time.sleep(1)
progress.update(task1, advance=1)
print('step10')
time.sleep(1)