Fix TypeError: 'FastInfo' object is not callable #1636

main
Value Raider 2023-08-13 13:01:53 +01:00
parent b6372c0945
commit 67e81a8f9a
1 changed files with 0 additions and 1 deletions

View File

@ -1678,7 +1678,6 @@ class TickerBase:
data = self._quote.info
return data
@property
def get_fast_info(self, proxy=None):
if self._fast_info is None:
self._fast_info = FastInfo(self, proxy=proxy)