Fixed path issue.
This commit is contained in:
parent
671e08ca5a
commit
f4b0f03a23
@ -13,7 +13,7 @@ class LoadConfig:
|
||||
|
||||
def __init__(self):
|
||||
# Read our config file
|
||||
with open("src/config/Config.json") as fp:
|
||||
with open("sebimachine/config/Config.json") as fp:
|
||||
self.config = json.load(fp)
|
||||
|
||||
# Initialize config
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user