Change new config references

This commit is contained in:
Joshua
2022-07-21 18:10:27 +10:00
parent b9b0698668
commit 3631c271a6
4 changed files with 4 additions and 5 deletions

View File

@@ -6,6 +6,7 @@
#-------------------------------------------------------------------------------
# Puche 2021 pi.alert.application@gmail.com GNU GPLv3
#-------------------------------------------------------------------------------
TZ = 'Europe/London'
PIALERT_PATH = '/home/pi/pialert'
DB_PATH = PIALERT_PATH + '/db/pialert.db'
@@ -40,7 +41,6 @@ PIHOLE_DB = '/etc/pihole/pihole-FTL.db'
DHCP_ACTIVE = False
DHCP_LEASES = '/etc/pihole/dhcp.leases'
# arp-scan options & samples
#
# Scan local network (default)

View File

@@ -1,4 +1,3 @@
VERSION = '3.5_leiweibau'
VERSION_YEAR = '2022'
VERSION_DATE = '2022-07-07'
TZ = 'Europe/London'