Bar now uses RGB
This commit is contained in:
8
test_barr.py
Normal file
8
test_barr.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from main import sending_file_progress
|
||||
from time import sleep
|
||||
|
||||
|
||||
|
||||
for x in range(1,100):
|
||||
sending_file_progress(filename=b"file", size=100, sent=x)
|
||||
sleep(0.05)
|
||||
Reference in New Issue
Block a user