Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Audionut committed Nov 2, 2024
1 parent fcae071 commit 15463fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trackers/PTP.py
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ async def edit_desc(self, meta):
multi_screens = int(self.config['DEFAULT'].get('multiScreens', 2))
if multi_screens == 0:
multi_screens = 2
console.print(f"[yellow]PTP requires screenshots for multi disc/file content, overriding config")
console.print("[yellow]PTP requires screenshots for multi disc/file content, overriding config")

with open(f"{meta['base_dir']}/tmp/{meta['uuid']}/[{self.tracker}]DESCRIPTION.txt", 'w', encoding="utf-8") as desc:
images = meta['image_list']
Expand Down

0 comments on commit 15463fb

Please sign in to comment.