removed unnecesary code
parent
fa8590e197
commit
ee7834b455
|
@ -1,6 +1,3 @@
|
||||||
#!/usr/bin/env python3
|
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
import json
|
import json
|
||||||
|
|
||||||
from dir_to_json import get_json
|
from dir_to_json import get_json
|
||||||
|
@ -34,8 +31,8 @@ def compare_json(json1, json2):
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
try:
|
try:
|
||||||
json1 = get_json("/home/kirbylife/Proyectos/munyal_test/original")
|
json1 = get_json("/home/kirbylife/Munyal/test_1")
|
||||||
json2 = get_json("/home/kirbylife/Proyectos/munyal_test/copy")
|
json2 = get_json("/home/kirbylife/Munyal/test_2")
|
||||||
except Exception:
|
except Exception:
|
||||||
print("error outside")
|
print("error outside")
|
||||||
json1, json2 = compare_json(json1, json2)
|
json1, json2 = compare_json(json1, json2)
|
||||||
|
|
Loading…
Reference in New Issue