Skip to content

Commit

Permalink
feat: descomenta código
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroHPAlmeida committed Apr 10, 2024
1 parent 16a9b87 commit c736949
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

def handler(event, context):
try:
# save_trades_24h()
# save_prices_now()
save_trades_24h()
save_prices_now()
return {'status': 'success'}
except Exception as ex:
return {'status': 'error', 'message': str(ex)}
Expand Down

0 comments on commit c736949

Please sign in to comment.