Skip to content

Commit

Permalink
fix: yfinance on cloud workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
glorat committed Sep 27, 2023
1 parent 10bbc71 commit 8185aa7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/yahoo.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import appdirs as ad
ad.user_cache_dir = lambda *args: "/tmp"

import yfinance as yf
import sys

Expand Down

0 comments on commit 8185aa7

Please sign in to comment.