Skip to content

Commit

Permalink
Refactored session management system to handle cookie and crumbs better.
Browse files Browse the repository at this point in the history
Added fixes for #167, #166, #160.
  • Loading branch information
connorsanders committed Dec 13, 2023
1 parent ac3e22c commit 7107eef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yahoofinancials/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ def initialise(self):
except _peewee.OperationalError:
time.sleep(random.randint(3, 15))
continue
self.initialised = 0 # failure


def lookup(self, strategy):
Expand Down

0 comments on commit 7107eef

Please sign in to comment.