Skip to content

Commit 5c85441

Browse files
authored
Replace Lua nil to Python None ♻️
1 parent 6789fb4 commit 5c85441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/play_sound_globally.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ def script_load(settings):
3636

3737

3838
def script_unload():
39-
obs.obs_set_output_source(outputIndex, nil)
39+
obs.obs_set_output_source(outputIndex, None)

0 commit comments

Comments
 (0)