From 138f83a92770c236f703ba9b9172f321fa59b6ad Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 28 May 2020 02:47:58 +0200 Subject: List all chapters on mangadex, use correct download server --- automedia.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'automedia.py') diff --git a/automedia.py b/automedia.py index 4158d44..5670988 100755 --- a/automedia.py +++ b/automedia.py @@ -582,6 +582,10 @@ def sync(rss_config_dir, html_config_dir, download_dir, sync_rate_sec): sync_rss(rss, tc) # Add last synced timestamp. This together with "updated" file is used to remove series # that haven't updated in a long time (either finished series or axes series) + + # TODO: Fix. This will fail if the path is removed while its running, + # same with other places. + # To fix, add a command to remove tracked items safely with open(os.path.join(rss_tracked_dir, rss.title, "synced"), "w") as file: file.write(str(time.time())) #else: -- cgit v1.2.3