fix issue with yfinance

This commit is contained in:
Ace
2024-06-23 22:25:11 +02:00
parent 8681e81e00
commit 17c13e6d8e
4 changed files with 12 additions and 8 deletions

View File

@@ -197,7 +197,7 @@ class Display:
>>> Display.get_display_names()
"""
return supported_models.keys()
return list(supported_models.keys())
if __name__ == '__main__':