Update settings.py

This commit is contained in:
SpudGunMan
2024-07-24 21:52:03 -07:00
parent 3cdc9ca253
commit 0686d21427
+2
View File
@@ -49,6 +49,8 @@ if 'interface2' in config:
hostname2 = config['interface2'].get('hostname', '')
mac2 = config['interface2'].get('mac', '')
interface2_enabled = config['interface2'].getboolean('enabled', False)
else:
interface2_enabled = False
# variables
storeFlimit = config['general'].getint('StoreLimit', STORE_LIMIT)