Archived
1
1
Fork 0

add missing docstring to init

This commit is contained in:
Josh Lay 2023-05-05 18:49:47 -05:00
parent b4b45d971c
commit d34a824d77
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -18,6 +18,7 @@ def check_for_cards() -> bool:
def textual_run() -> None:
"""runs the AMD GPU Stats TUI; called only when in an interactive shell"""
if check_for_cards():
AMDGPUStats = app(watch_css=True)
AMDGPUStats.run()