1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-08-02 20:35:26 +02:00
This commit is contained in:
dbarzin 2023-03-04 19:08:08 +01:00
parent f7a6692c8a
commit 9231c6a4e3

View file

@ -117,6 +117,7 @@ class scanThread (threading.Thread):
status = "TOO BIG"
else:
res = pandora.submit_from_disk(file)
logging.info(f'pandora_red="{res}"')
time.sleep(0.1)
loop = 0
while loop < (1024 * 256):