pschofield2 commited on
Commit
4fa284d
·
verified ·
1 Parent(s): 70f83ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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()