Skip to content

Commit

Permalink
(kiosk) Update plugin for doing nothing to avoid errors on machines w…
Browse files Browse the repository at this point in the history
…hich already have the previous version of the plugin

This plugin will be deleted at a later stage
  • Loading branch information
spointu committed Nov 5, 2024
1 parent 88da355 commit dbe0f12
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pulse_xmpp_agent/pluginsmachine/plugin_updatekiosklauncher.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# -*- coding: utf-8 -*-
# SPDX-FileCopyrightText: 2020-2023 Siveo <support@siveo.net>
# SPDX-License-Identifier: GPL-3.0-or-later

from lib import utils

plugin = {"VERSION": "2.0", "NAME": "updatekiosklauncher", "TYPE": "machine"} # fmt: skip


@utils.set_logging_level
def action(xmppobject, action, sessionid, data, message, dataerreur):
pass

0 comments on commit dbe0f12

Please sign in to comment.