mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-18 07:42:09 +00:00
:)
This commit is contained in:
@@ -92,7 +92,7 @@ class Librarian(object):
|
|||||||
database = json.load(new_file)
|
database = json.load(new_file)
|
||||||
for item in database:
|
for item in database:
|
||||||
if item["UUID"]:
|
if item["UUID"]:
|
||||||
print item["UUID"]
|
print (item["UUID"])
|
||||||
uuid_found = True
|
uuid_found = True
|
||||||
if uuid_found:
|
if uuid_found:
|
||||||
return self.last_search
|
return self.last_search
|
||||||
|
|||||||
Reference in New Issue
Block a user