mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-08-04 13:25:27 +02:00
add log
This commit is contained in:
parent
f7a6692c8a
commit
9231c6a4e3
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ class scanThread (threading.Thread):
|
||||||
status = "TOO BIG"
|
status = "TOO BIG"
|
||||||
else:
|
else:
|
||||||
res = pandora.submit_from_disk(file)
|
res = pandora.submit_from_disk(file)
|
||||||
|
logging.info(f'pandora_red="{res}"')
|
||||||
time.sleep(0.1)
|
time.sleep(0.1)
|
||||||
loop = 0
|
loop = 0
|
||||||
while loop < (1024 * 256):
|
while loop < (1024 * 256):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue