mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-13 18:05:39 +00:00
Added search wizard script as an API usage example
This commit is contained in:
@@ -84,6 +84,9 @@ class QueryResult():
|
||||
'tags': self.tags,
|
||||
}
|
||||
|
||||
def is_found(self):
|
||||
return self.status == QueryStatus.CLAIMED
|
||||
|
||||
def __str__(self):
|
||||
"""Convert Object To String.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user