diff --git a/enviro/destinations/influxdb.py b/enviro/destinations/influxdb.py index df467ae..64ea46b 100644 --- a/enviro/destinations/influxdb.py +++ b/enviro/destinations/influxdb.py @@ -47,4 +47,5 @@ def upload_reading(reading): except: logging.debug(f" - an exception occurred when uploading") - return UPLOAD_FAILED \ No newline at end of file + # return UPLOAD_FAILED + return UPLOAD_SKIP_FILE