You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ python3 gfzs/controller.py
Traceback (most recent call last):
File "gfzs/controller.py", line 209, in <module>
choice = controller.run()
File "gfzs/controller.py", line 159, in run
self.execute_when_enter(self.search_result.current_selected)
File "gfzs/controller.py", line 87, in execute_when_enter
webbrowser.open(result[current_selected].get("url"), new=2)
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
Summary
The text was updated successfully, but these errors were encountered: