Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.

Commit

Permalink
Update RyuzakiLib/fastapi.py
Browse files Browse the repository at this point in the history
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
  • Loading branch information
xtsea and sourcery-ai[bot] authored Sep 28, 2024
1 parent fd3c733 commit 27ea4ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RyuzakiLib/fastapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ async def authorize_access_token(self, request=None):

async def send_message_telegram(
self,
chat_id: Optional[str, int] = None,
chat_id: Union[str, int] = None,
text=None
):
payload = {
Expand Down

0 comments on commit 27ea4ea

Please sign in to comment.