scrape async
This commit is contained in:
parent
19f552bd31
commit
3b166eccbb
4 changed files with 11 additions and 9 deletions
|
|
@ -77,6 +77,7 @@ class ScrapeThread(Thread):
|
|||
s.item.scrape()
|
||||
for f in s.item.files:
|
||||
f.move()
|
||||
s.item.update_icons()
|
||||
s.remove()
|
||||
trigger_event('change', {})
|
||||
scraped = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue