Skip to content

Commit

Permalink
fix: wrong installation and converter
Browse files Browse the repository at this point in the history
Use `genshinhelper` or `python -m genshinhelper` from the terminal to
call the cookie converter.
  • Loading branch information
y1ndan committed Oct 30, 2021
1 parent d33b1ca commit 5c36b5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A Python library for miHoYo bbs and HoYoLAB Community.
Via pip:

```
pip install onepush
pip install genshinhelper
```

Or via source code:
Expand Down
2 changes: 1 addition & 1 deletion genshinhelper/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

sys.path.append(os.path.dirname(os.path.dirname(__file__)))

from utils import get_mihoyo_app_cookie
from .utils import get_mihoyo_app_cookie


def main(cookie):
Expand Down

0 comments on commit 5c36b5e

Please sign in to comment.