Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -55,7 +55,8 @@ def fetch_trades_of_the_day():
|
|
| 55 |
)
|
| 56 |
|
| 57 |
# Define the query
|
| 58 |
-
query = os.environ['QUERY']
|
|
|
|
| 59 |
|
| 60 |
# Execute the query and fetch data
|
| 61 |
cur = conn.cursor()
|
|
|
|
| 55 |
)
|
| 56 |
|
| 57 |
# Define the query
|
| 58 |
+
# query = os.environ['QUERY']
|
| 59 |
+
query = "select BEST_TRADE_STRING from RESEARCHDATA.RSI_TRADE_OF_THE_DAY rs order by rk desc;"
|
| 60 |
|
| 61 |
# Execute the query and fetch data
|
| 62 |
cur = conn.cursor()
|