Skip to content

Commit

Permalink
Merge pull request #103 from linyinfeng/fix-delete
Browse files Browse the repository at this point in the history
Add missing conf argument for delete
  • Loading branch information
rahiel authored May 13, 2022
2 parents 693a555 + d982c4d commit 0a60504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telegram_send/telegram_send.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def main():
args.message = [message]

try:
delete(args.delete)
delete(args.delete, conf=conf[0])
message_ids = []
for c in conf:
message_ids += send(
Expand Down

0 comments on commit 0a60504

Please sign in to comment.