mirror of
https://github.com/correl/dejavu.git
synced 2024-11-23 19:19:53 +00:00
windows compatible
This commit is contained in:
parent
1fe7d4fd45
commit
c186602c63
1 changed files with 22 additions and 21 deletions
|
@ -6,6 +6,7 @@ warnings.filterwarnings("ignore")
|
||||||
# load config from a JSON file (or anything outputting a python dictionary)
|
# load config from a JSON file (or anything outputting a python dictionary)
|
||||||
with open("dejavu.cnf.SAMPLE") as f:
|
with open("dejavu.cnf.SAMPLE") as f:
|
||||||
config = json.load(f)
|
config = json.load(f)
|
||||||
|
if __name__ == '__main__':
|
||||||
|
|
||||||
# create a Dejavu instance
|
# create a Dejavu instance
|
||||||
djv = Dejavu(config)
|
djv = Dejavu(config)
|
||||||
|
|
Loading…
Reference in a new issue