Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit 23a0ac6

Browse files
committed
debug log rcon command before its run in case of errors
1 parent b0a62fd commit 23a0ac6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Source/Streamlabs Rcon Integration.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ def OnStreamlabsEventHandler(self, data):
152152
else:
153153
actionType = "Rcon command"
154154
try:
155+
self.logging.DebugLog(
156+
"Doing Rcon command: " + actionText)
155157
response = self.rcon.SendCommand(actionText)
156158
except Exception as ex:
157159
self.logging.RecordException(ex, "Rcon event failed")

ToDo.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ Bugs / Outstanding
22
===================
33

44
No Twitch Bits option on testing list
5-
Add for:"widget" to ignore list. {'type': 'reload.instant', 'for': 'widget', 'event_id': 'evt_b977516287b607f9a899dc2936fff74a'}
65

76

87

0 commit comments

Comments
 (0)