AlexFlipnote/neofetch-win

IndexError

hmsjy2017 opened this issue · 4 comments

OS: Windows Server 2012 R2

C:\Users\Administrator>neofetch
没有可用实例。
没有可用实例。
Traceback (most recent call last):
  File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38-32\Scripts
\neofetch-script.py", line 11, in <module>
    load_entry_point('neofetch-win==1.1.1', 'console_scripts', 'neofetch')()
  File "c:\users\administrator\appdata\local\programs\python\python38-32\lib\sit
e-packages\neofetch_win\main.py", line 59, in main
    shell()
  File "c:\users\administrator\appdata\local\programs\python\python38-32\lib\sit
e-packages\neofetch_win\main.py", line 54, in shell
    print(nf.pretty_print(), file=nf.stream)
  File "c:\users\administrator\appdata\local\programs\python\python38-32\lib\sit
e-packages\neofetch_win\neofetch.py", line 212, in pretty_print
    f"{self.colourize('Motherboard')}: {self.motherboard}",
  File "c:\users\administrator\appdata\local\programs\python\python38-32\lib\sit
e-packages\neofetch_win\neofetch.py", line 170, in motherboard
    return f"{mboard_name[-1]} ({mboard_module[-1]})"
IndexError: list index out of range

Will look into it

This issue has been fixed, please update your neofetch-win with pip.
Thank you for reporting this issue ❤

It works!😁
22ACB3EB-7FA8-4EFC-894C-7FFD38AEA689

Good to know 🥰