Skip to content

Commit

Permalink
fix: download error
Browse files Browse the repository at this point in the history
  • Loading branch information
tangyoha committed Jun 20, 2023
1 parent 6abec59 commit 3192e94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def __init__(self, **kwargs):
self.media_group_id = kwargs.get("media_group_id", None)
self.caption = kwargs.get("caption", None)
self.text = None
self.empty = False

if kwargs.get("dis_chat") == None:
self.chat = Chat(
Expand Down

0 comments on commit 3192e94

Please sign in to comment.