Skip to content

Commit

Permalink
Update to api folder name for packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
iWisp360 committed May 10, 2024
1 parent aab1567 commit 9435d93
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/anime-fetch.deb
.idea/
anime-fetch-0.1.2.deb
main_api/__pycache__/
animeflv_api/__pycache__/
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions animeflvfetcher.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from main_api import animeflv
from animeflv_api import animeflv
import requests.exceptions
from main_api.animeflv import AnimeFLV
from animeflv_api.animeflv import AnimeFLV


# This gives the links for every chapter from a serie
Expand Down

0 comments on commit 9435d93

Please sign in to comment.