Skip to content

Commit

Permalink
Update sqm_reader.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pavolgaj committed Jan 27, 2022
1 parent c54556b commit 9f114a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sqm_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def read1(block=True):
f=open(name,'w')
f.write('Date Time MPSAS NELM Temp(C)\n')
f.write('%s %5.2f %5.2f %4.1f\n' %(t,mpsas,nelm,temp))
f.close()
if block: #unblock buttons for 1 reading
Button1.configure(state=tk.NORMAL)
Button2.configure(state=tk.NORMAL)
Expand Down

0 comments on commit 9f114a9

Please sign in to comment.