Fixed REGEX sections in settings files

This commit is contained in:
2Shirt 2019-03-05 19:25:49 -07:00
parent 197a5a9160
commit 68a3b6d0c7
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C
4 changed files with 7 additions and 0 deletions

View file

@ -1,5 +1,7 @@
# Wizard Kit: Settings - Browsers
import re
# General
DEFAULT_HOMEPAGE = 'https://www.google.com/'
IE_GALLERY = 'https://www.microsoft.com/en-us/iegallery'

View file

@ -1,6 +1,7 @@
# Wizard Kit: Settings - Data
import ctypes
import re
# FastCopy
FAST_COPY_EXCLUDES = [

View file

@ -1,5 +1,7 @@
# Wizard Kit: Settings - Information
import re
# General
REG_PROFILE_LIST = r'SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList'
REG_SHELL_FOLDERS = r'Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders'

View file

@ -1,5 +1,7 @@
# Wizard Kit: Settings - Sensors
import re
# General
TEMP_LIMITS = {
'GREEN': 60,