Fixed path issue.

This commit is contained in:
nya~ 2018-06-21 19:10:34 +01:00 committed by GitHub
parent 671e08ca5a
commit f4b0f03a23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ class LoadConfig:
def __init__(self): def __init__(self):
# Read our config file # 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) self.config = json.load(fp)
# Initialize config # Initialize config