Use master branch for badge

This commit is contained in:
Leigh Morresi
2021-02-21 15:21:30 +01:00
parent cbeafcbaa0
commit beebba487c
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -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.
-1
View File
@@ -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()))