Skip to content

Commit

Permalink
Merge pull request #45 from jakewaldron/dev
Browse files Browse the repository at this point in the history
Bug Fix
  • Loading branch information
jakewaldron authored Aug 21, 2016
2 parents de8c8b4 + 33bfe77 commit b84ed1e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/plexEmail.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,13 @@
from email.utils import formataddr
from xml.etree.ElementTree import XML

SCRIPT_VERSION = 'v0.8.7'
SCRIPT_VERSION = 'v0.8.8'

def replaceConfigTokens():
## The below code is for backwards compatibility
if ('upload_cloudinary_use_https' not in config):
config['upload_cloudinary_use_https'] = True

if ('logging_retain_previous_logs' not in config):
config['logging_retain_previous_logs'] = True

Expand Down

0 comments on commit b84ed1e

Please sign in to comment.