mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
Add download strategies to save bandwith
Only download files that are newer than the local version.
This commit is contained in:
@ -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 = "{"
|
||||
|
Reference in New Issue
Block a user