Skip to content

Commit

Permalink
Attempt to fix "No module named ifaddr.netifaces" error
Browse files Browse the repository at this point in the history
  • Loading branch information
morellexf13 committed Nov 7, 2023
1 parent df97f6f commit c6df450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymobiledevice3/tunneld.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from contextlib import suppress
from typing import Dict, Tuple

import ifaddr.netifaces
import ifaddr
import uvicorn
import zeroconf
from fastapi import FastAPI
Expand Down

0 comments on commit c6df450

Please sign in to comment.