Skip to content

Commit

Permalink
Fix action (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
kagekiyo7 authored Mar 16, 2024
1 parent 1a58b9c commit 3a02d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nndownload.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
from requests.utils import add_dict_to_cookiejar
from urllib3.util import Retry

from .ffmpeg_dl import FfmpegDL, FfmpegDLException
from src.ffmpeg_dl import FfmpegDL, FfmpegDLException

__version__ = "1.16.1"
__author__ = "Alex Aplin"
Expand Down

0 comments on commit 3a02d98

Please sign in to comment.