fix import time

This commit is contained in:
KF7EEL 2020-12-06 16:38:19 -08:00
parent fc4c75b990
commit bcafd4f3bc
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ import datetime
from bitarray.util import ba2int as ba2num from bitarray.util import ba2int as ba2num
from bitarray.util import ba2hex as ba2hx from bitarray.util import ba2hex as ba2hx
import codecs import codecs
import time
#Needed for working with NMEA #Needed for working with NMEA
import pynmea2 import pynmea2