diff --git a/plogical/IncScheduler.py b/plogical/IncScheduler.py index 99621f68f..3605ab0af 100644 --- a/plogical/IncScheduler.py +++ b/plogical/IncScheduler.py @@ -1505,7 +1505,10 @@ def main(): IncScheduler.WPUpdates() if args.function == 'Weekly': - IncScheduler.FixMailSSL() + try: + IncScheduler.FixMailSSL() + except: + pass ### Run incremental backups in sep thread