From beebba487c016008bea4a8dd228e7a14bf68c592 Mon Sep 17 00:00:00 2001 From: Leigh Morresi <275001+dgtlmoon@users.noreply.github.com> Date: Sun, 21 Feb 2021 15:21:30 +0100 Subject: [PATCH] Use master branch for badge --- README.md | 2 +- backend/__init__.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b1be005e..3b7db3694 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # changedetection.io -![changedetection.io](https://github.com/dgtlmoon/changedetection.io/actions/workflows/python-app.yml/badge.svg?branch=pytest) +![changedetection.io](https://github.com/dgtlmoon/changedetection.io/actions/workflows/python-app.yml/badge.svg?branch=master) ## Self-hosted change monitoring of web pages. diff --git a/backend/__init__.py b/backend/__init__.py index 38f8ba86a..28a833a30 100644 --- a/backend/__init__.py +++ b/backend/__init__.py @@ -298,7 +298,6 @@ def changedetection_app(config=None, datastore_o=None): def get_backup(): import zipfile from pathlib import Path - # create a ZipFile object backupname = "changedetection-backup-{}.zip".format(int(time.time()))