diff --git a/tconnectsync/autoupdate.py b/tconnectsync/autoupdate.py index 784bd84..1cd9c64 100644 --- a/tconnectsync/autoupdate.py +++ b/tconnectsync/autoupdate.py @@ -125,7 +125,7 @@ class Autoupdate: # above no indexes warning. elif self.last_successful_process_time_range and (now - self.last_successful_process_time_range) >= 60 * self.secret.AUTOUPDATE_FAILURE_MINUTES: logger.error(AutoupdateNoNewDataDetectedError( - "%s: No new data has been detected via the API for %d minutes. " % (datetime.datetime.now(), now - self.last_successful_process_time_range)//60 + + "%s: No new data has been detected via the API for %d minutes. " % (datetime.datetime.now(), (now - self.last_successful_process_time_range)//60) + "tconnectsync might not be functioning properly.")) if self.secret.AUTOUPDATE_RESTART_ON_FAILURE: