From eb529b041ebcf3bd20988ac12eea88b11d262cfd Mon Sep 17 00:00:00 2001 From: "Jeremie J. Jarosh" Date: Sun, 16 Apr 2023 06:54:15 -0500 Subject: [PATCH] Conform to Code Style Guide --- itchiodl/downloader/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itchiodl/downloader/__main__.py b/itchiodl/downloader/__main__.py index fe444ce..22d6450 100644 --- a/itchiodl/downloader/__main__.py +++ b/itchiodl/downloader/__main__.py @@ -27,7 +27,7 @@ def main(): parser.add_argument( "--human-folders", - action='store_true', + action="store_true", help=( "Download Folders are named based on the full text version of the title instead of " "the trimmed URL title"