mirror of
https://github.com/correl/dejavu.git
synced 2024-11-23 11:09:52 +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)
|
||||
with open("dejavu.cnf.SAMPLE") as f:
|
||||
config = json.load(f)
|
||||
if __name__ == '__main__':
|
||||
|
||||
# create a Dejavu instance
|
||||
djv = Dejavu(config)
|
||||
|
|
Loading…
Reference in a new issue