changed script to include html files as well

master
BodgeMaster 2020-02-24 00:31:30 +01:00
parent 9ea1793e5e
commit 474136551f
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Variable Grabbler - version 1.9
import os, json, fnmatch
dir = os.path.dirname(os.path.abspath(__file__))
file_name_pattern = "*.php"
file_name_pattern = "*.{php,html}"
print "Reading config file...",
config = open("variable_grabbler.cfg","r")