Skip to content

Commit 45c2126

Browse files
Fixed after hours
1 parent 3ebe12f commit 45c2126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cogs/loops/trending.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def tv_market_data(self, url) -> pd.DataFrame:
9898
"Pre-market Close",
9999
"Pre-market Chg %",
100100
]
101-
elif "post-market" in url:
101+
elif "after-hours" in url:
102102
columns = [
103103
"Symbol",
104104
"Post-market Vol",

0 commit comments

Comments
 (0)