Skip to content

Commit

Permalink
Merge pull request #22 from mhdzumair/main
Browse files Browse the repository at this point in the history
Improvment to pikpakapi
  • Loading branch information
Quan666 authored Jan 2, 2024
2 parents 9d8dc95 + 18260b6 commit 56a6720
Show file tree
Hide file tree
Showing 4 changed files with 243 additions and 225 deletions.
7 changes: 0 additions & 7 deletions pikpakapi/PikpakException.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
class PikpakException(Exception):
def __init__(self, message):
super().__init__(message)


class PikpakAccessTokenExpireException(Exception):
def __init__(self, message):
super().__init__(
f"access_token expire, {message}, please refresh_access_token or login"
)
Loading

0 comments on commit 56a6720

Please sign in to comment.