rename stylesheet after script
This commit is contained in:
parent
8385bca822
commit
635c6cece9
2 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ class GPUStats(App):
|
||||||
|
|
||||||
# determine the real path of the script, to load the stylesheet
|
# determine the real path of the script, to load the stylesheet
|
||||||
SCRIPT_PATH = path.dirname(path.realpath(__file__))
|
SCRIPT_PATH = path.dirname(path.realpath(__file__))
|
||||||
CSS_PATH = path.join(SCRIPT_PATH, "stats.css")
|
CSS_PATH = path.join(SCRIPT_PATH, "gpustats.css")
|
||||||
|
|
||||||
# initialize log screen
|
# initialize log screen
|
||||||
SCREENS = {"logs": LogScreen()}
|
SCREENS = {"logs": LogScreen()}
|
||||||
|
|
Reference in a new issue