mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-08-02 20:35:26 +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"
|
||||
else:
|
||||
res = pandora.submit_from_disk(file)
|
||||
logging.info(f'pandora_red="{res}"')
|
||||
time.sleep(0.1)
|
||||
loop = 0
|
||||
while loop < (1024 * 256):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue