1
0

Kakushi Dungeon 02

Signed-off-by: MK13 <marius@kleberonline.de>
This commit is contained in:
2021-01-15 20:38:34 +01:00
parent 896837d0b2
commit ed950df649
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ for feed in feeds["Feeds"]:
episodeNumber = match.groups()
if int(episodeNumber[0]) > int(show["Local"]):
print("NEW NEW NEW " + show["Title"] + episodeNumber[0])
print("NEW NEW NEW " + show["Title"] + " " + episodeNumber[0])
subprocess.run(["transmission-remote", "-a", entry.link, "-w", config["showDownloadDir"]])