We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 795ae05 commit 482728fCopy full SHA for 482728f
1 file changed
flight-tracker.py
@@ -362,8 +362,8 @@ def _warn_if_root() -> None:
362
else:
363
print(
364
"[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.",
+ "running as root - this is safe to ignore providing you gave python "
+ "real-time permissions during installation.",
367
file=sys.stderr,
368
)
369
0 commit comments