diff --git a/Software/Monitoring/Monitoring.py b/Software/Monitoring/Monitoring.py index 9189bff..af37e7b 100644 --- a/Software/Monitoring/Monitoring.py +++ b/Software/Monitoring/Monitoring.py @@ -157,6 +157,7 @@ row = currentTime + " " + "%.2f" % T + " " + "%.2f" % RH + " " + "%.2f" % DP + "\n" print row file.write(row) + file.flush() nRows = nRows+1 except KeyboardInterrupt : sys.exit(0)