PIHOLE_CMD_OLD bug

This commit is contained in:
Jokob-sk
2024-01-04 14:37:22 +11:00
parent f33d753cc1
commit cff6f6393d

View File

@@ -260,7 +260,7 @@ replacements = {
r'REPORT_WEBHOOK=True': 'WEBHOOK_RUN=\'on_notification\'',
r'REPORT_PUSHSAFER=True': 'PUSHSAFER_RUN=\'on_notification\'',
r'REPORT_MQTT=True': 'MQTT_RUN=\'on_notification\'',
r'PIHOLE_CMD': 'PIHOLE_CMD_OLD'
r'PIHOLE_CMD=': 'PIHOLE_CMD_OLD='
}
def renameSettings(config_file):