Update 7906_7911 firmware. Move config.json to tools dir. Update generate.py
This commit is contained in:
@@ -4,7 +4,7 @@ import json
|
||||
import os
|
||||
import hachoir_regex
|
||||
|
||||
with open('config.json') as f:
|
||||
with open('tools/config.json') as f:
|
||||
config = json.load(f)
|
||||
|
||||
def generate_regex(subdir):
|
||||
|
Reference in New Issue
Block a user