Skip to content

Commit

Permalink
fix telegram message
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeN220 committed Jan 22, 2023
1 parent 0958e2e commit c773274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def main():
item_id=item_id,
title=account_object["title"],
price=account_object["price"],
seller_id=seller["seller_id"],
seller_id=seller["user_id"],
seller_username=seller["username"],
),
config.telegram.id,
Expand Down

0 comments on commit c773274

Please sign in to comment.