[30] update IMDb hash

pull/1885/head
meisnate12 10 months ago
parent a4d274e6fb
commit 6c6da10c9d

@ -1 +1 @@
1.20.0-develop29 1.20.0-develop30

@ -15,7 +15,7 @@ First, open the collection file [this will create the file if it doesn't already
[type this into your terminal] [type this into your terminal]
``` ```
nano "config\Movies.yml" nano "config/Movies.yml"
``` ```
=== ":fontawesome-brands-windows: Windows" === ":fontawesome-brands-windows: Windows"

@ -402,7 +402,7 @@ class IMDb:
"extensions": { "extensions": {
"persistedQuery": { "persistedQuery": {
"version": 1, "version": 1,
"sha256Hash": "7327d144ec84b57c93f761affe0d0609b0d495f85e8e47fdc76291679850cfda" "sha256Hash": "e7a1c7b10a7a9765731e5c874cef0342dfbd0dd7a87fa796e828778e54a07a20"
} }
} }
} }

@ -277,7 +277,7 @@ def start(attrs):
for akey, adata in arguments.items(): for akey, adata in arguments.items():
if isinstance(adata["help"], str): if isinstance(adata["help"], str):
ext = '"' if adata["type"] == "str" and run_args[akey] not in [None, "None"] else "" ext = '"' if adata["type"] == "str" and run_args[akey] not in [None, "None"] else ""
logger.debug(f"--{akey} (PMM_{akey.upper()}): {ext}{run_args[akey]}{ext}") logger.debug(f"--{akey} (PMM_{akey.replace('-', '_').upper()}): {ext}{run_args[akey]}{ext}")
logger.debug("") logger.debug("")
if secret_args: if secret_args:
logger.debug("PMM Secrets Read:") logger.debug("PMM Secrets Read:")

@ -4,13 +4,13 @@ lxml==5.1.0
num2words==0.5.13 num2words==0.5.13
pathvalidate==3.2.0 pathvalidate==3.2.0
pillow==10.2.0 pillow==10.2.0
PlexAPI==4.15.7 PlexAPI==4.15.9
psutil==5.9.8 psutil==5.9.8
python-dotenv==1.0.1 python-dotenv==1.0.1
python-dateutil==2.8.2 python-dateutil==2.8.2
requests==2.31.0 requests==2.31.0
retrying==1.3.4 retrying==1.3.4
ruamel.yaml==0.18.5 ruamel.yaml==0.18.6
schedule==1.2.1 schedule==1.2.1
setuptools==69.0.3 setuptools==69.1.0
tmdbapis==1.2.6 tmdbapis==1.2.6
Loading…
Cancel
Save