diff --git a/.gitignore b/.gitignore index 3b6f62f..c7baf76 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -list_alias.py \ No newline at end of file +list_alias.py +malias.zip \ No newline at end of file diff --git a/malias.py b/malias.py index 805aac8..b2e375d 100644 --- a/malias.py +++ b/malias.py @@ -222,7 +222,7 @@ def checklist(alias): remoteData = json.loads(remote) i = 0 for search in remoteData: - if alias in remoteData[i]['address']: + if alias == remoteData[i]['address']: return True i=i+1 return None