Skip to content

Commit 6139e24

Browse files
authored
Fixed minor bug
1 parent 033fed7 commit 6139e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@ def launchRecordingbyOBS(self, recordMeet='True'):
965965
messagebox.showerror("Error", e)
966966

967967
def endOBSRecording(self, recordMeet='True'):
968-
if recordMeet == True:
968+
if recordMeet == 'True':
969969
try:
970970
if platform.system() == 'Linux':
971971
bashCommand = "killall -9 obs"

0 commit comments

Comments
 (0)