Skip to content

Commit

Permalink
try expanding
Browse files Browse the repository at this point in the history
  • Loading branch information
madanalogy committed Nov 15, 2023
1 parent 2c885e6 commit 38b741c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def run_add(chat_id, text):
if not is_valid_amount(amount):
return constants.ERROR_PRECONDITION
amount = float(amount)
payer = core[2].strip().lower(),
[payer] = core[2].strip().lower(),
print(payer)
details = {
"name": core[0].strip().lower(),
Expand Down

0 comments on commit 38b741c

Please sign in to comment.