add missing docstring to init
This commit is contained in:
parent
b4b45d971c
commit
d34a824d77
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ def check_for_cards() -> bool:
|
||||||
|
|
||||||
|
|
||||||
def textual_run() -> None:
|
def textual_run() -> None:
|
||||||
|
"""runs the AMD GPU Stats TUI; called only when in an interactive shell"""
|
||||||
if check_for_cards():
|
if check_for_cards():
|
||||||
AMDGPUStats = app(watch_css=True)
|
AMDGPUStats = app(watch_css=True)
|
||||||
AMDGPUStats.run()
|
AMDGPUStats.run()
|
||||||
|
|
Reference in a new issue