Commit 470c08ac authored by Takhir Fakhrutdinov's avatar Takhir Fakhrutdinov

отладка lczFile

parent d24f1859
...@@ -43,7 +43,6 @@ class lczFile(baseFile): ...@@ -43,7 +43,6 @@ class lczFile(baseFile):
frame = {k:f(r[k]) for k,f in frame_list.items() if k in r and r.get(k) is not None} frame = {k:f(r[k]) for k,f in frame_list.items() if k in r and r.get(k) is not None}
_ = {k:f(r[k]) for k,f in rec_list.items() if k in r} _ = {k:f(r[k]) for k,f in rec_list.items() if k in r}
rec = namedtuple('rec_t',_.keys())(**_) rec = namedtuple('rec_t',_.keys())(**_)
crops = r'\x%s' % base64.b64decode(rec.crops).hex()
crops = base64.b64decode(rec.crops) crops = base64.b64decode(rec.crops)
if rec.nightid not in nights: if rec.nightid not in nights:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment