mirror of
https://github.com/bkerler/edl.git
synced 2024-11-14 19:14:58 -05:00
Update loader_db.py
Remove support for multiple loader files with same hwid + pkhash
This commit is contained in:
parent
78715cd022
commit
f0844a265a
1 changed files with 0 additions and 2 deletions
|
@ -52,8 +52,6 @@ class loader_utils(metaclass=LogBase):
|
||||||
self.loaderdb[mhwid] = {}
|
self.loaderdb[mhwid] = {}
|
||||||
if pkhash not in self.loaderdb[mhwid]:
|
if pkhash not in self.loaderdb[mhwid]:
|
||||||
self.loaderdb[mhwid][pkhash] = fn
|
self.loaderdb[mhwid][pkhash] = fn
|
||||||
else:
|
|
||||||
self.loaderdb[mhwid][pkhash].append(fn)
|
|
||||||
except Exception as e: # pylint: disable=broad-except
|
except Exception as e: # pylint: disable=broad-except
|
||||||
self.debug(str(e))
|
self.debug(str(e))
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Reference in a new issue