Added multithreading libs
This commit is contained in:
5
gui/modules/core/qt_updater.py
Normal file
5
gui/modules/core/qt_updater.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from qt_thread_updater import get_updater
|
||||
|
||||
|
||||
def call(func, *args):
|
||||
get_updater().call_in_main(func, *args)
|
||||
@@ -10,4 +10,6 @@ numpy
|
||||
validators
|
||||
pydub
|
||||
pafy
|
||||
youtube-dl==2020.12.2
|
||||
youtube-dl==2020.12.2
|
||||
ezzthread
|
||||
qt-thread-updater
|
||||
Reference in New Issue
Block a user