Skip to content

Commit

Permalink
version 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
elesiuta committed Aug 26, 2021
1 parent c6e1a45 commit 08f7ed5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions picosnitch.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
except Exception:
system_notification = lambda title, message, app_name: print(message)

VERSION = "0.4.3"
VERSION = "0.4.4"


class Daemon:
Expand Down Expand Up @@ -143,7 +143,7 @@ def stop(self):

if not pid:
message = "pidfile {0} does not exist. " + \
"Daemon not running?\n"
"picosnitch not running?\n"
sys.stderr.write(message.format(self.pidfile))
return # not an error in a restart

Expand Down

0 comments on commit 08f7ed5

Please sign in to comment.