Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Lennolium committed Sep 30, 2023
1 parent 54892b1 commit 5d4ed5c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/swiftguard/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,14 +345,12 @@ def startup():
if permission_automation == 1:
# Log error.
LOGGER.warning(
1,
"Looks like swiftGuard has not its needed "
"Permission granted! Go to System Preferences -> Security & "
"Privacy -> Privacy -> Automation and add swiftGuard "
"manually! "
"If done and Warning persists test if swiftGuard can shutdown"
"your system by connecting a new USB device. If so, you can "
"ignore this warning.",
"manually! If done and Warning persists test if swiftGuard can "
"shutdown your system by connecting a new USB device. If so, "
"you can ignore this warning."
)

else:
Expand Down

0 comments on commit 5d4ed5c

Please sign in to comment.