- Apr 25, 2022
-
-
BRONES Romain authored
* Add __init__.py in core (empty for now) * Add a bash source script yo load Python3 env and add the directory to pyhton path * Add a .gitignore * Cut out some code in ArchiveExtractor.betweenDates to outside functions
-
- Apr 22, 2022
-
-
BRONES Romain authored
-
BRONES Romain authored
* Uncapitalize attribute * Log the extraction as an info
-
BRONES Romain authored
* retries 2 times before leaving with error
-
BRONES Romain authored
* It always gave the now-time at the moment of import... * By letting the argument to None, it default to now
-
BRONES Romain authored
* It is now possible to pass a str with a log level * If no logger is passed, we getLogger(__name__) * A stream handler is added on the newly created logger, only if it doesnt have one already.
-
- Oct 13, 2021
-
-
System User authored
-
BRONES Romain authored
-