mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-13 07:55:05 +02:00
Add download strategies to save bandwith
Only download files that are newer than the local version.
This commit is contained in:
parent
13bc78c889
commit
076b8c5a1f
4 changed files with 93 additions and 4 deletions
|
|
@ -7,6 +7,7 @@ more complex configuration, you need to import the other submodules manually.
|
|||
|
||||
import logging
|
||||
|
||||
from .download_strategies import *
|
||||
from .pferd import Pferd
|
||||
|
||||
STYLE = "{"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue