mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
Clean up minor things
- improve logging messages - allow more download file formats - strip file names
This commit is contained in:
@ -28,7 +28,7 @@ class FfM:
|
||||
self._session = aiohttp.ClientSession()
|
||||
|
||||
async def synchronize(self, urlpart, to_dir, transform=lambda x: x):
|
||||
logging.info(f"Synchronizing {urlpart} to {to_dir} using the FfM synchronizer.")
|
||||
logging.info(f" Synchronizing {urlpart} to {to_dir} using the FfM synchronizer.")
|
||||
|
||||
sync_path = pathlib.Path(self.base_path, to_dir)
|
||||
orga = Organizer(self.base_path, sync_path)
|
||||
|
Reference in New Issue
Block a user