obs_operator: use unbuffered output to work properly in systemd.
This commit is contained in:
parent
4323d5a5f7
commit
441ea7167a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user