Skip to content

Commit

Permalink
Update hide-4k.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jkirkcaldy committed Aug 5, 2021
1 parent ac7c85b commit 04be7fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hide-4k.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
config_object = ConfigParser()
config_object.read("config/config.ini")
server = config_object["PLEXSERVER"]
optimise = str.lower((server["transcode"]))
options = config_object["OPTIONS"]
optimise = str.lower((options["transcode"]))
now = datetime.now()
current_time = now.strftime("%H:%M:%S")
print(current_time, ": Hide 4k films script starting now")
Expand Down

0 comments on commit 04be7fc

Please sign in to comment.