Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroHPAlmeida committed Jun 15, 2024
1 parent 6efcd1f commit 457629b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def handler(event, context):
save_trades_24h()
save_prices_now()
# send_message(define_message('success'))
send_message('Executou')
send_message(recommend.most_valued())
return {'status': 'success'}
except Exception as ex:
Expand Down

0 comments on commit 457629b

Please sign in to comment.