Skip to content

Commit

Permalink
message read from daemon module
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix committed Nov 7, 2024
1 parent 46558a4 commit 07a2737
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/module/daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ def module_init():
debug("fifo data: {}".format(str(data)))
os.unlink("/{}/pardus-greeter".format(busdir))
debug("Removing fifo after read")
if "message" in data:
lightdm.msg_handler(str(data["message"]))
continue
if "username" in data:
username=str(data["username"])
if "password" in data:
Expand Down

0 comments on commit 07a2737

Please sign in to comment.