wnstnb commited on
Commit
d5a090d
·
1 Parent(s): 95379eb

fixing errors

Browse files
Files changed (1) hide show
  1. lambda_function.py +1 -1
lambda_function.py CHANGED
@@ -106,7 +106,7 @@ def lambda_handler(periods_30m):
106
  cursor.close()
107
  connection.close()
108
 
109
- return json.loads(json.dumps(blob))
110
 
111
  if __name__ == '__main__':
112
  # Code that, based on the time of the day, return which data/model to run
 
106
  cursor.close()
107
  connection.close()
108
 
109
+ return blob
110
 
111
  if __name__ == '__main__':
112
  # Code that, based on the time of the day, return which data/model to run