Archived
1
1
Fork 0

rename stylesheet after script

This commit is contained in:
Josh Lay 2023-04-23 09:42:23 -05:00
parent 8385bca822
commit 635c6cece9
Signed by: jlay
GPG key ID: B265E45CACAD108A
2 changed files with 1 additions and 1 deletions

View file

@ -96,7 +96,7 @@ class GPUStats(App):
# determine the real path of the script, to load the stylesheet
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
SCREENS = {"logs": LogScreen()}