Skip to content

Commit

Permalink
🚨 fix lint + fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
i-be-snek committed Jun 29, 2023
1 parent 433f2ad commit 1febafd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pythorhead/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Authentication:

def set_token(self, token: str) -> None:
self.token = token

def set_api_base_url(self, base_url: str) -> None:
self.api_url = f"{base_url}/api/v3"
self.image_url = f"{base_url}/pictrs/image"
2 changes: 1 addition & 1 deletion pythorhead/private_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def list(
Args:
unread_only (bool).
page (int).
limit (int) with a max of 50.
limit (int) with a max of 50, defaults to 20.
Returns:
dict? private message response
Expand Down

0 comments on commit 1febafd

Please sign in to comment.