mirror of
https://github.com/Death916/c2cscrape.git
synced 2026-04-10 03:04:40 -07:00
try nfo parse3
This commit is contained in:
parent
d9c443d090
commit
3b39671190
1 changed files with 1 additions and 1 deletions
|
|
@ -230,7 +230,7 @@ Guest(s): {", ".join(info["guests"])}
|
|||
def add_nfo(self):
|
||||
"""Add nfo file to episode folders by reading the downloaded .txt"""
|
||||
# Ensure we are using the path from the environment
|
||||
download_location = os.getenv("QB_DOWNLOAD_PATH")
|
||||
download_location = os.getenv("QB_DOWNLOAD_PATH") or self.download_location
|
||||
|
||||
if not download_location:
|
||||
logging.warning("QB_DOWNLOAD_PATH is not set. Skipping NFO generation.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue