Skip to content

Commit

Permalink
Fixed minor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
rootCircle authored Jul 29, 2022
1 parent 033fed7 commit 6139e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ def launchRecordingbyOBS(self, recordMeet='True'):
messagebox.showerror("Error", e)

def endOBSRecording(self, recordMeet='True'):
if recordMeet == True:
if recordMeet == 'True':
try:
if platform.system() == 'Linux':
bashCommand = "killall -9 obs"
Expand Down

0 comments on commit 6139e24

Please sign in to comment.