obs_operator: use unbuffered output to work properly in systemd.

This commit is contained in:
Jimmy Berry 2018-11-14 15:31:03 -06:00
parent 4323d5a5f7
commit 441ea7167a

View File

@ -1,4 +1,6 @@
#!/usr/bin/python3
#!/usr/bin/python3 -u
# Without the -u option for unbuffered output nothing shows up in journal or
# kubernetes logs.
import argparse
from http.cookies import SimpleCookie