Spaces:
Sleeping
Sleeping
fixing errors
Browse files- 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
|
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
|