Skip to content

Commit 482728f

Browse files
committed
better message
1 parent 795ae05 commit 482728f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

flight-tracker.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,8 @@ def _warn_if_root() -> None:
362362
else:
363363
print(
364364
"[startup] Note: the RGB matrix driver may print a message about "
365-
"running as root this is safe to ignore as FlightTracker is not "
366-
"running with elevated privileges.",
365+
"running as root - this is safe to ignore providing you gave python "
366+
"real-time permissions during installation.",
367367
file=sys.stderr,
368368
)
369369

0 commit comments

Comments
 (0)