aboutsummaryrefslogtreecommitdiff
path: root/automedia.py
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-05-28 02:47:58 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-06 07:12:34 +0200
commit138f83a92770c236f703ba9b9172f321fa59b6ad (patch)
treeb6bdab8ae6eb395e6340c11105284c06037cb26a /automedia.py
parent03534b3fcfd56f7725b5a558a1c6361a1d6db1da (diff)
List all chapters on mangadex, use correct download server
Diffstat (limited to 'automedia.py')
-rwxr-xr-xautomedia.py4
1 files changed, 4 insertions, 0 deletions
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: