Skip to content

Commit

Permalink
fixed bug that made the AddOn faulty when downloaded through AnkiWeb
Browse files Browse the repository at this point in the history
When downloaded through AnkiWeb, loading modules as foldername.modulename causes errors. Instead, only loading modules as .modulename is allowed, as it seems.
  • Loading branch information
vonpetersenn committed Apr 7, 2024
1 parent 1fb6104 commit d8bae02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion pleco_to_anki/ImportBookmarksGUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import webbrowser
import requests

from pleco_to_anki.Configuration import Configuration
from .Configuration import Configuration


class ImportBookmarksGUI(QDialog):
Expand Down

0 comments on commit d8bae02

Please sign in to comment.