mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-13 07:55:05 +02:00
Move norbert from aiohttp to requests
Also fix streaming (when downloading) in the other classes.
This commit is contained in:
parent
f0c42ce8ec
commit
dfddc93039
4 changed files with 25 additions and 41 deletions
|
|
@ -1,12 +1,12 @@
|
|||
from .ffm import *
|
||||
from .ilias import *
|
||||
#from .norbert import *
|
||||
from .norbert import *
|
||||
from .utils import *
|
||||
|
||||
__all__ = []
|
||||
__all__ += ffm.__all__
|
||||
__all__ += ilias.__all__
|
||||
#__all__ += norbert.__all__
|
||||
__all__ += norbert.__all__
|
||||
__all__ += utils.__all__
|
||||
|
||||
LOG_FORMAT = "[%(levelname)s] %(message)s"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue