Skip to content

Commit

Permalink
Better file name.
Browse files Browse the repository at this point in the history
  • Loading branch information
willson556 committed Jul 23, 2024
1 parent 55f27e3 commit 9e8dbc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@



file = open('data.csv', 'w+', 0)
file = open('chamber_data_%s.csv' % time.strftime('%Y-%m-%d_%H-%M-%S'), 'w+', 0)
file.write('timestamp,temperature setpoint (C),temperature current (C),humidity setpoint (%RH),humidity current (%RH)\n')

def signal_handler(signal, frame):
Expand Down

0 comments on commit 9e8dbc0

Please sign in to comment.