Skip to content

Commit

Permalink
set python buffer to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemartinlogan committed Mar 29, 2024
1 parent 9f9f10c commit 10125f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/pymonitor
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ import socket
import yaml
from jarvis_util import *
import json
import os

os.environ['PYTHONBUFFERED'] = '0'
if len(sys.argv) != 3:
print('USAGE: pymonitor [frequency] [directory]')
exit(1)
Expand Down

0 comments on commit 10125f6

Please sign in to comment.