Skip to content

Commit

Permalink
Fixing env variable retrieval
Browse files Browse the repository at this point in the history
  • Loading branch information
scrappycat committed Mar 19, 2017
1 parent 2f87842 commit 2ebf99e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.py
Expand Up @@ -105,8 +105,8 @@

sorted_winners1 = winners_vs_20.sort_values(by=["MY_RSI_RANK", "Days_x_Ratio"], ascending=False)

sorted_winners = sorted_winners1[["extraction_date", "Code", "Company name", "GICS industry group", "URL", "MY_RSI_RANK",
"Days", "Days_x_Ratio", "Rounded_Days", "extracted_on"]]
sorted_winners = sorted_winners1[["extraction_date", "Code", "Company name", "GICS industry group", "URL",
"MY_RSI_RANK", "Days", "Days_x_Ratio", "Rounded_Days", "extracted_on"]]

# Save in the database
for index, row in sorted_winners.iterrows():
Expand Down

0 comments on commit 2ebf99e

Please sign in to comment.