Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed bug when set a local cache_path in BaseMacLookup #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mh4x0f
Copy link

@mh4x0f mh4x0f commented Jan 7, 2023

when we load a custom cache_path file from my machine i got errors. for this example bellow, the app crash:

from mac_vendor_lookup import MacLookup, BaseMacLookup

BaseMacLookup.cache_path = "/home/storage/mac-vendors.txt"
mac = MacLookup()
    
def find_mac(mac_address):
    print(mac.lookup(mac_address))

my patch solve this problem. thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant