8 lines
320 B
Plaintext
Executable File
8 lines
320 B
Plaintext
Executable File
list index out of range. file: stockTicker.py. line: 2459. type: <class 'IndexError'>
|
|
Traceback (most recent call last):
|
|
File "stockTicker.py", line 2459, in <module>
|
|
stock_ticker = StockTicker()
|
|
File "stockTicker.py", line 50, in __init__
|
|
line = settings.readlines()[1]
|
|
IndexError: list index out of range
|