Skip to content

Commit

Permalink
(kiosk) launcher associated to local nosql db
Browse files Browse the repository at this point in the history
when the launcher is given associates it

(cherry picked from commit 68aaa27)
  • Loading branch information
botheis authored and neoclust committed Apr 22, 2024
1 parent 486aeeb commit 2af27f8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2774,6 +2774,7 @@ def initialisesequence(datasend, objectxmpp, sessionid):
and "path" in datasend["data"]
and "info" in datasend["data"]["descriptor"]
and "launcher" in datasend["data"]["descriptor"]["info"]
and datasend["data"]["descriptor"]["info"]["launcher"]
):
try:
id_package = os.path.basename(datasend["data"]["path"])
Expand Down

0 comments on commit 2af27f8

Please sign in to comment.