Skip to content

Commit

Permalink
Update move_local_plots.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsears authored May 30, 2021
1 parent fc9c3fd commit cb57547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chianas/move_local_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def check_drive_activity():
while f.read(1) != b'\n':
f.seek(-2, os.SEEK_CUR)
last_line = f.readline().decode()
if float((str.split(last_line)[0])) > 10:
if float((str.split(last_line)[1])) > 10:
return True
else:
return False
Expand Down

0 comments on commit cb57547

Please sign in to comment.