We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e37c94e commit 70f8393Copy full SHA for 70f8393
examples/mc-status-webhook.cmd
@@ -13,4 +13,4 @@ set "MSW_STATUS_OFFLINE_VALUE=Offline"
13
set "MSW_ADDRESS_TITLE=Address"
14
set "MSW_ADDRESS_VALUE=example.com"
15
16
-python mc_status_webhook.py
+mc-status-webhook.exe
examples/mc-status-webhook.sh
@@ -12,4 +12,4 @@ export MSW_STATUS_OFFLINE_VALUE='Offline'
12
export MSW_ADDRESS_TITLE='Address'
export MSW_ADDRESS_VALUE='example.com'
-python3 mc_status_webhook.py
+mc-status-webhook
0 commit comments