Skip to content

Commit

Permalink
Update flightcode.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ibanezmatt13 committed Sep 3, 2013
1 parent 4a0b949 commit f2a380b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flightcode.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ def read_gps():
time = float(raw_time)
string = "%06i" % time # creating a string out of time (this format ensures 0 is included at start if any)
hours = string[0:2]
hours = int(hours)
#hours = hours + 1
minutes = string[2:4]
seconds = string[4:6]
Expand Down

0 comments on commit f2a380b

Please sign in to comment.