Fix conf.rs
path in update_wiki
This commit is contained in:
parent
8282a3a426
commit
bd5af32cb1
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ def parse_path(p="src"):
|
||||||
|
|
||||||
def parse_conf(p):
|
def parse_conf(p):
|
||||||
c = {}
|
c = {}
|
||||||
with open(p + '/conf.rs') as f:
|
with open(p + '/utils/conf.rs') as f:
|
||||||
f = f.read()
|
f = f.read()
|
||||||
|
|
||||||
m = re.search(conf_re, f)
|
m = re.search(conf_re, f)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue